[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.36.2.7 1.36.2.8

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jan 13 13:03:57 EST 2009


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt 
Log Message:
ENH: merge in changes from CVS to branch for 2.6.3 RC 8


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CustomCommand/CMakeLists.txt,v
retrieving revision 1.36.2.7
retrieving revision 1.36.2.8
diff -C 2 -d -r1.36.2.7 -r1.36.2.8
*** CMakeLists.txt	24 Oct 2008 15:18:58 -0000	1.36.2.7
--- CMakeLists.txt	13 Jan 2009 18:03:55 -0000	1.36.2.8
***************
*** 347,351 ****
  # to allow custom commands to perform redirection.
  
! FOREACH(arg ${CHECK_ARGS})
    SET(ARG "${arg}")
    STRING(REGEX REPLACE "\\\\" "\\\\\\\\" ARG "${ARG}")
--- 347,351 ----
  # to allow custom commands to perform redirection.
  
! FOREACH(arg ${CHECK_ARGS} "")
    SET(ARG "${arg}")
    STRING(REGEX REPLACE "\\\\" "\\\\\\\\" ARG "${ARG}")
***************
*** 368,372 ****
    -P ${CMAKE_CURRENT_SOURCE_DIR}/check_mark.cmake
    COMMAND ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}/check_command_line
!   ${CHECK_ARGS}
    VERBATIM
    COMMENT "Checking custom command line escapes (single'quote)"
--- 368,372 ----
    -P ${CMAKE_CURRENT_SOURCE_DIR}/check_mark.cmake
    COMMAND ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}/check_command_line
!   ${CHECK_ARGS} ""
    VERBATIM
    COMMENT "Checking custom command line escapes (single'quote)"
***************
*** 378,382 ****
    COMMAND ${CMAKE_COMMAND} -E echo "Checking custom target command escapes"
    COMMAND ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}/check_command_line
!   ${CHECK_ARGS}
    VERBATIM
    COMMENT "Checking custom target command line escapes ($dollar-signs$)"
--- 378,382 ----
    COMMAND ${CMAKE_COMMAND} -E echo "Checking custom target command escapes"
    COMMAND ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}/check_command_line
!   ${CHECK_ARGS} ""
    VERBATIM
    COMMENT "Checking custom target command line escapes ($dollar-signs$)"



More information about the Cmake-commits mailing list