[Cmake-commits] [cmake-commits] zach.mullen committed CMakeLists.txt 1.1 1.2

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


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

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


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CrossCompile/CMakeLists.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** CMakeLists.txt	9 Nov 2009 16:14:21 -0000	1.1
--- CMakeLists.txt	9 Nov 2009 17:05:49 -0000	1.2
***************
*** 2,7 ****
  PROJECT(CrossCompile)
  
  #Simulate the cross compile condition
- SET(CMAKE_SYSTEM_NAME "systemName")
  SET(CMAKE_CROSSCOMPILING ON)
  
--- 2,8 ----
  PROJECT(CrossCompile)
  
+ UNSET(run_result CACHE)
+ 
  #Simulate the cross compile condition
  SET(CMAKE_CROSSCOMPILING ON)
  



More information about the Cmake-commits mailing list