[CMake] cmake_check_build_system

William A. Hoffman billlist at nycap.rr.com
Wed Jul 12 09:09:33 EDT 2006


At 08:46 AM 7/12/2006, Christian Lang wrote:
>Hello,
>
>when executing a Makefile generated by cmake, one of the first actions
>it does is to check the cmake build system (target
>cmake_check_build_system). For some reason we want to avoid this. Is
>this possible without changing the Makefile manually?

The makefiles will not work correctly without that step.
Generated header files will not work, dependencies will not stay
up-to-date, and several other things.

-Bill



More information about the CMake mailing list