1221581aa8
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.
5 lines
155 B
CMake
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)
|