7 lines
201 B
CMake
7 lines
201 B
CMake
# Test config file.
|
|
set(PACKAGE_VERSION "1.@CMAKE_VERSION@")
|
|
if("${PACKAGE_FIND_VERSION}" VERSION_EQUAL "${PACKAGE_VERSION}")
|
|
set(PACKAGE_VERSION_COMPATIBLE 1)
|
|
set(PACKAGE_VERSION_EXACT 1)
|
|
endif()
|