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

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Nov 9 12:05:51 EST 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
Fix TRY_RUN cross compile test to pass consistently


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.151
retrieving revision 1.152
diff -C 2 -d -r1.151 -r1.152
*** CMakeLists.txt	9 Nov 2009 16:14:20 -0000	1.151
--- CMakeLists.txt	9 Nov 2009 17:05:46 -0000	1.152
***************
*** 136,139 ****
--- 136,141 ----
    ADD_TEST_MACRO(PolicyScope PolicyScope)
    ADD_TEST_MACRO(CrossCompile CrossCompile)
+   SET_TESTS_PROPERTIES(CrossCompile PROPERTIES
+     PASS_REGULAR_EXPRESSION "TRY_RUN.. invoked in cross-compiling mode")
    IF("${CMAKE_TEST_GENERATOR}" MATCHES "Make")
      ADD_TEST_MACRO(Policy0002 Policy0002)



More information about the Cmake-commits mailing list