[CMake] Re: How to exclude CMakeLists.txt from generated projects?
Sebastian Schuberth
sschuberth at gmail.com
Fri Jul 20 05:48:00 EDT 2007
>> Try this:
>> SET(CMAKE_SUPPRESS_REGENERATION "1")
>>
>> And the custom build step will not be generated.
> I correct this by adding that it actually removes the CMakeLists.txt
> from the vcproj, so it is exactly what you need.
Great, thanks a lot! I just need to keep in mind not to only look at
http://www.cmake.org/HTML/Documentation.html
but also to look at
http://www.cmake.org/Wiki/CMake_Useful_Variables
if I'm searching for something ...
--
Sebastian Schuberth
(Remove "NOSP" and "M" from my e-mail address)
More information about the CMake
mailing list