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
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
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
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