[Cmake] CMAKE_BUILD_TOOL / ignoring make errors

William A. Hoffman billlist at nycap.rr.com
Tue Aug 10 11:22:21 EDT 2004


I am a bit confused.  CMake does not do the building.  CMake only creates
the build files.  If you are talking about ctest. The cache value
that you want to set is MAKECOMMAND:

//Command used to build entire project from the command line.
MAKECOMMAND:STRING=nmake -i

-Bill


At 10:30 AM 8/10/2004, Bernhard Zach wrote:
>Hi!
>
>I want to compile through my whole source tree, even if one directory has a
>compile error.
>
>I tried to use (under Windows) to set the CMAKE_BUILD_TOOL Value to "nmake
>/I", but it seamed to be ignored on the compile.
>
>Is there another place configuring the make/nmake command? (-i for gnu make)
>
>Cool would be a CMAKE_IGNORE_BUILD_ERRORS Flag.
>
>Thank you,
>Bernhard
>
>_______________________________________________
>Cmake mailing list
>Cmake at www.cmake.org
>http://www.cmake.org/mailman/listinfo/cmake 



More information about the Cmake mailing list