[Cmake-commits] [cmake-commits] hoffman committed zot-config-version.cmake NONE 1.1.2.2 zot-config.cmake NONE 1.1.2.2

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 24 11:19:08 EDT 2008


Update of /cvsroot/CMake/CMake/Tests/FindPackageTest/lib/zot
In directory public:/mounts/ram/cvs-serv25234/Tests/FindPackageTest/lib/zot

Added Files:
      Tag: CMake-2-6
	zot-config-version.cmake zot-config.cmake 
Log Message:
ENH: merge in changes for 2.6.3 RC 1


--- NEW FILE: zot-config.cmake ---
# Test config file that is unsuitable.
MESSAGE(FATAL_ERROR "Unsuitable version of zot was found")

--- NEW FILE: zot-config-version.cmake ---
# This version should never, ever be used.
SET(PACKAGE_VERSION_UNSUITABLE 1)
SET(PACKAGE_VERSION 3.1)
IF("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL 3)
  SET(PACKAGE_VERSION_COMPATIBLE 1)
  IF("${PACKAGE_FIND_VERSION_MINOR}" EQUAL 1)
    SET(PACKAGE_VERSION_EXACT 1)
  ENDIF("${PACKAGE_FIND_VERSION_MINOR}" EQUAL 1)
ENDIF("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL 3)




More information about the Cmake-commits mailing list