[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.8.2.5 1.8.2.6

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jan 15 09:17:22 EST 2009


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt 
Log Message:
ENH: merge in changes from main tree, fix borland build


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/FindPackageTest/CMakeLists.txt,v
retrieving revision 1.8.2.5
retrieving revision 1.8.2.6
diff -C 2 -d -r1.8.2.5 -r1.8.2.6
*** CMakeLists.txt	13 Jan 2009 18:03:55 -0000	1.8.2.5
--- CMakeLists.txt	15 Jan 2009 14:17:20 -0000	1.8.2.6
***************
*** 50,53 ****
--- 50,56 ----
  SET(CMAKE_FIND_APPBUNDLE FIRST)
  
+ # Set the wrong answer for a find to make sure it re-finds.
+ set(VersionedA_DIR ${CMAKE_CURRENT_SOURCE_DIR}/lib/cmake/zot-4.0)
+ 
  # Look for packages with new-style signatures.
  FIND_PACKAGE(foo NO_MODULE)



More information about the Cmake-commits mailing list