[cmake-commits] king committed CMakeLists.txt 1.16 1.17

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 25 10:22:51 EDT 2006


Update of /cvsroot/CMake/CMake/Tests/CustomCommand
In directory public:/mounts/ram/cvs-serv17678/Tests/CustomCommand

Modified Files:
	CMakeLists.txt 
Log Message:
BUG: Disable new shell escape code until backward compatibility can be established in the new implementation.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CustomCommand/CMakeLists.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- CMakeLists.txt	22 Sep 2006 12:42:45 -0000	1.16
+++ CMakeLists.txt	25 Sep 2006 14:22:48 -0000	1.17
@@ -199,7 +199,7 @@
                @ONLY IMMEDIATE)
 ADD_EXECUTABLE(check_command_line
   ${CMAKE_CURRENT_BINARY_DIR}/check_command_line.c)
-ADD_CUSTOM_TARGET(do_check_command_line ALL
+ADD_CUSTOM_TARGET(do_check_command_line #ALL
   COMMAND ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}/check_command_line
   ${CHECK_ARGS}
   )



More information about the Cmake-commits mailing list