mirror of
https://github.com/dhewm/dhewm3-libs.git
synced 2024-12-11 04:50:48 +00:00
11 lines
278 B
CMake
11 lines
278 B
CMake
set(PACKAGE_VERSION "2.0.12")
|
|
|
|
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
|
|
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
|
else()
|
|
set(PACKAGE_VERSION_COMPATIBLE TRUE)
|
|
if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION)
|
|
set(PACKAGE_VERSION_EXACT TRUE)
|
|
endif()
|
|
endif()
|
|
|