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)

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to