[Cmake-commits] [cmake-commits] king committed CTestTargets.cmake 1.4 1.5

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Feb 10 08:51:15 EST 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv9593/Modules

Modified Files:
	CTestTargets.cmake 
Log Message:
ENH: Define RULE_LAUNCH_* properties

This defines global, directory, and target properties
RULE_LAUNCH_COMPILE, RULE_LAUNCH_LINK, and RULE_LAUNCH_CUSTOM.  Their
values specify 'launcher' command lines which are prefixed to compile,
link, and custom build rules by Makefile generators.


Index: CTestTargets.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CTestTargets.cmake,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** CTestTargets.cmake	14 Feb 2008 18:36:22 -0000	1.4
--- CTestTargets.cmake	10 Feb 2009 13:51:12 -0000	1.5
***************
*** 51,54 ****
--- 51,55 ----
        ${CMAKE_CTEST_COMMAND} ${__conf_types} -D ${mode}
        )
+     SET_PROPERTY(TARGET ${mode} PROPERTY RULE_LAUNCH_CUSTOM "")
    ENDFOREACH(mode)
  
***************
*** 64,67 ****
--- 65,69 ----
            ${CMAKE_CTEST_COMMAND} ${__conf_types} -D ${mode}${testtype}
            )
+         SET_PROPERTY(TARGET ${mode}${testtype} PROPERTY RULE_LAUNCH_CUSTOM "")
        ENDFOREACH(testtype)
      ENDFOREACH(mode)



More information about the Cmake-commits mailing list