ac24a1c031
Add a random version component so that the test is unlikely to conflict with other tests of the same CMake version on the same machine.
7 lines
195 B
CMake
7 lines
195 B
CMake
# Test config file.
|
|
set(PACKAGE_VERSION "1.@version@")
|
|
if("${PACKAGE_FIND_VERSION}" VERSION_EQUAL "${PACKAGE_VERSION}")
|
|
set(PACKAGE_VERSION_COMPATIBLE 1)
|
|
set(PACKAGE_VERSION_EXACT 1)
|
|
endif()
|