Hi Michele, I suspect you have an old CMakeCache.txt file created before the changes to the FindGLM script, in which case you can delete all 'GLM' entries and run make again.
- Cirilo On Fri, Dec 11, 2015 at 8:10 AM, Michele Ballabio <[email protected]> wrote: > On Thu, 10 Dec 2015 11:38:26 -0500 > Wayne Stambaugh <[email protected]> wrote: > > > Cirilo, > > > > I already fixed all of this in my branch before you sent your patch. > > I just committed the fix for this and gave you credit for the include > > path fix. > > > > Thanks, > > > > Wayne > > Hi, > it seems this change broke something for me: cmake can't find glm > anymore, and fails with: > > -- Kicad install dir: </home/mike/git/bzr/kicad-build> > -- Check for installed OpenGL -- found > -- Found Glew: /usr/lib/libGLEW.so > -- Check for installed GLEW -- found > CMake Error > at /usr/share/cmake-3.4/Modules/FindPackageHandleStandardArgs.cmake:148 > (message): Could NOT find GLM (missing: GLM_VERSION) (Required is at > least version "0.9.5.4") Call Stack (most recent call first): > /usr/share/cmake-3.4/Modules/FindPackageHandleStandardArgs.cmake:388 > (_FPHSA_FAILURE_MESSAGE) CMakeModules/FindGLM.cmake:54 > (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:473 (find_package) > > -- Configuring incomplete, errors occurred! > See also "kicad/master-build/CMakeFiles/CMakeOutput.log". > > > ...but CMakeOutput.log does not seem to contain anything useful. I do > have glm 0.9.7.1 installed. > If I comment out the line > > GLM_VERSION > > in FindGLM.cmake, all works fine like before. What else should I try to > understand what's going on? > > > _______________________________________________ > Mailing list: https://launchpad.net/~kicad-developers > Post to : [email protected] > Unsubscribe : https://launchpad.net/~kicad-developers > More help : https://help.launchpad.net/ListHelp >
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

