Re: [CMake] Unexpected recompilation with ctest compiled MSVC project

2018-01-18 Thread Kris Thielemans
Hi Simon It definitely isn’t expected behaviour. MSVC should do exactly the same. It seems to point to a problem in your CMake files or elsewhere. Does the same thing happen if you just build immediately? Obviously, you shouldn’t do “rebuild” but just “build”. I haven’t checked RTK. Sor

[CMake] [ANNOUNCE] CMake 3.10.2 available for download

2018-01-18 Thread Robert Maynard
We are pleased to announce that CMake 3.10.2 is now available for download. Please use the latest release from our download page: https://cmake.org/download/ Thanks for your support! - Changes in 3.10.2 since 3.10.1: Brad

[CMake] Unexpected recompilation with ctest compiled MSVC project

2018-01-18 Thread Simon Rit
Hello, I'm happily using ctest to test my project: http://my.cdash.org/index.php?project=RTK One feature that I like is that if a problem appears with one config, I can easily try to modify the sources and then run make in the nightly built directory, only the object that failed to compile and obje

Re: [CMake] Recommandation for macOS framework install rules

2018-01-18 Thread Robert Maynard
Are you just checking if the compiler is GCC? if so I would use COMPILER_ID https://cmake.org/cmake/help/v3.8/variable/CMAKE_LANG_COMPILER_ID.html On Wed, Jan 17, 2018 at 6:19 PM, J Decker wrote: > It's not entirely related other than Mac > > I had to test > > if( __COMPILER_GNU AND NOT CMAK