[Cmake-commits] [cmake-commits] zach.mullen committed CMakeLists.txt 1.150 1.151

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Nov 9 11:14:23 EST 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
Added test coverage for TRY_RUN in cross compile mode.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.150
retrieving revision 1.151
diff -C 2 -d -r1.150 -r1.151
*** CMakeLists.txt	4 Nov 2009 00:13:40 -0000	1.150
--- CMakeLists.txt	9 Nov 2009 16:14:20 -0000	1.151
***************
*** 135,138 ****
--- 135,139 ----
    ADD_TEST_MACRO(Unset Unset)
    ADD_TEST_MACRO(PolicyScope PolicyScope)
+   ADD_TEST_MACRO(CrossCompile CrossCompile)
    IF("${CMAKE_TEST_GENERATOR}" MATCHES "Make")
      ADD_TEST_MACRO(Policy0002 Policy0002)



More information about the Cmake-commits mailing list