[cmake-commits] hoffman committed CMakeLists.txt 1.339 1.340

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Feb 22 10:31:15 EST 2007


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: actually keep the output


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.339
retrieving revision 1.340
diff -u -d -r1.339 -r1.340
--- CMakeLists.txt	22 Feb 2007 15:05:50 -0000	1.339
+++ CMakeLists.txt	22 Feb 2007 15:31:12 -0000	1.340
@@ -1016,7 +1016,7 @@
     EXECUTE_PROCESS(COMMAND ${CMAKE_TEST_MAKEPROGRAM} --version
       RESULT_VARIABLE res OUTPUT_VARIABLE out
       ERROR_QUIET
-      OUTPUT_QUIET)
+      )
     IF("${res}" EQUAL 0)
       IF("${out}" MATCHES "GNU")
         SET(MAKE_IS_GNU 1)



More information about the Cmake-commits mailing list