[CMake] ctest with cmake without compiler

Bill Hoffman bill.hoffman at kitware.com
Wed Feb 4 19:12:00 EST 2009


Verweij, Arjen wrote:
> Well, obviously the problem is requiring a compiler when it makes no 
> sense. Like on test-only systems.
>  

Not that obvious....

project(FooBar NONE)

That will stop CMake from enabling any compilers or languages.

-Bill


More information about the CMake mailing list