[Cmake-commits] [cmake-commits] hoffman committed cmakemain.cxx 1.84 1.85

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Sep 25 16:52:48 EDT 2008


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv8970

Modified Files:
	cmakemain.cxx 
Log Message:
BUG: fix for bug 7733, document that debug try compile may break the build


Index: cmakemain.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmakemain.cxx,v
retrieving revision 1.84
retrieving revision 1.85
diff -C 2 -d -r1.84 -r1.85
*** cmakemain.cxx	19 Aug 2008 19:42:48 -0000	1.84
--- cmakemain.cxx	25 Sep 2008 20:52:46 -0000	1.85
***************
*** 98,102 ****
    {"--debug-trycompile", "Do not delete the try compile directories..",
     "Do not delete the files and directories created for try_compile calls. "
!    "This is useful in debugging failed try_compiles."},
    {"--debug-output", "Put cmake in a debug mode.",
     "Print extra stuff during the cmake run like stack traces with "
--- 98,106 ----
    {"--debug-trycompile", "Do not delete the try compile directories..",
     "Do not delete the files and directories created for try_compile calls. "
!    "This is useful in debugging failed try_compiles. It may however "
!    "change the results of the try-compiles as old junk from a previous "
!    "try-compile may cause a different test to either pass or fail "
!    "incorrectly.  This option is best used for one try-compile at a time, "
!    "and only when debugging." },
    {"--debug-output", "Put cmake in a debug mode.",
     "Print extra stuff during the cmake run like stack traces with "



More information about the Cmake-commits mailing list