CMake/Tests/FindPackageTest/lib/cmake/zot-3.1/zot-config-version.cmake
Todd Gamblin 1221581aa8 Teach find_* commands to ignore some paths
Add platform configuration variable CMAKE_SYSTEM_IGNORE_PATH and user
configuration variable CMAKE_IGNORE_PATH.  These specify a set of
directories that will be ignored by all the find commands.  Update
FindPackageTest so that several cases will fail without a functioning
CMAKE_IGNORE_PATH.
2010-08-13 11:53:28 -04:00

5 lines
155 B
CMake

# Claim to be any version to test that CMAKE_IGNORE_PATH hides us.
SET(PACKAGE_VERSION 3.1)
SET(PACKAGE_VERSION_COMPATIBLE 1)
SET(PACKAGE_VERSION_EXACT 1)