[Cmake-commits] [cmake-commits] king committed kwsysPlatformTests.cmake 1.2.76.2 1.2.76.3

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Feb 16 10:35:35 EST 2010


Update of /cvsroot/CMake/CMake/Source/kwsys
In directory public:/mounts/ram/cvs-serv8403/Source/kwsys

Modified Files:
      Tag: CMake-2-8
	kwsysPlatformTests.cmake 
Log Message:
CMake 2.8.1-rc3


Index: kwsysPlatformTests.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/kwsysPlatformTests.cmake,v
retrieving revision 1.2.76.2
retrieving revision 1.2.76.3
diff -C 2 -d -r1.2.76.2 -r1.2.76.3
*** kwsysPlatformTests.cmake	28 Jan 2010 21:48:03 -0000	1.2.76.2
--- kwsysPlatformTests.cmake	16 Feb 2010 15:35:33 -0000	1.2.76.3
***************
*** 178,182 ****
  
      # Compile the test binary.
!     IF(NOT DEFINED ${var}_COMPILED)
        MESSAGE(STATUS "${description}")
        TRY_COMPILE(${var}_COMPILED
--- 178,182 ----
  
      # Compile the test binary.
!     IF(NOT EXISTS ${KWSYS_PLATFORM_INFO_FILE})
        MESSAGE(STATUS "${description}")
        TRY_COMPILE(${var}_COMPILED



More information about the Cmake-commits mailing list