mirror of
https://github.com/reactos/CMake.git
synced 2025-02-07 20:38:49 +00:00
![Brad King](/assets/img/avatar_default.png)
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()
|