[Cmake-commits] [cmake-commits] hoffman committed CMakeBuildTest.cmake.in 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 15 16:56:04 EDT 2008


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

Modified Files:
	CMakeBuildTest.cmake.in 
Log Message:
ENH: run the right cmake


Index: CMakeBuildTest.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeBuildTest.cmake.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** CMakeBuildTest.cmake.in	15 Oct 2008 20:50:55 -0000	1.2
--- CMakeBuildTest.cmake.in	15 Oct 2008 20:56:01 -0000	1.3
***************
*** 39,43 ****
  
  # build it again with clean and only COnly target
! execute_process(COMMAND "@CMAKE_CMAKE_COMMAND@" 
    --build "@CMAKE_BUILD_TEST_BINARY_DIR@" --config Debug 
    --clean --target COnly
--- 39,43 ----
  
  # build it again with clean and only COnly target
! execute_process(COMMAND "${CMAKE_COMMAND}" 
    --build "@CMAKE_BUILD_TEST_BINARY_DIR@" --config Debug 
    --clean --target COnly



More information about the Cmake-commits mailing list