[CMake] Re: How to exclude CMakeLists.txt from generated projects?

Sylvain Benner benner at virtools.com
Fri Jul 20 05:22:44 EDT 2007


>
> Try this:
> SET(CMAKE_SUPPRESS_REGENERATION "1")
>
> And the custom build step will not be generated.
>
> -Sylvain
I correct this by adding that it actually removes the CMakeLists.txt 
from the vcproj, so it is exactly what you need.

-Sylvain



More information about the CMake mailing list