Re: [CMake] CMake 3.6 and OSX

2016-11-04 Thread Gregor Jasny via CMake
Hello, On 02/11/2016 06:01, Robert Ramey wrote: > Here is what I'm seeing: > > a) it looks like CMake is looking for boost_filesystem rather than > libboost as I expect. (same for system). > > b) even if I tweak findBoost to force the system to look for libboost... > it still fails > > b) If I

Re: [CMake] CMake 3.6 and OSX

2016-11-01 Thread Robert Ramey
Thanks for your help. I've managed to get past the original problem by editing FindBoost so that it checks for version 1.62. But I'm done yet! Now I'm getting compiler is AppleClang compiler is AppleClang [ /Applications/CMake.app/Contents/share/cmake-3.6/Modules/FindBoost.cmake:960 ] _boos

Re: [CMake] CMake 3.6 and OSX

2016-10-31 Thread Gregor Jasny via CMake
Hello Robert, On 29/10/2016 22:03, Robert Ramey wrote: > I've just "upgraded" to version 3.6 of CMake. I'm using Xcode with the > clang compiler. Now when I'm trying to configure a project I'm getting: > > The C compiler identification is unknown > The CXX compiler identification is unknown > C

[CMake] CMake 3.6 and OSX

2016-10-29 Thread Robert Ramey
I've just "upgraded" to version 3.6 of CMake. I'm using Xcode with the clang compiler. Now when I'm trying to configure a project I'm getting: The C compiler identification is unknown The CXX compiler identification is unknown CMake Error at CMakeLists.txt:14 (project): No CMAKE_C_COMPILER c