blob: 1e1af050d974fe90a2ade3d6a0ea0b81b090740f [file] [log] [blame]
Austin Schuh1eb16d12015-09-06 17:21:56 -07001## gflags CMake configuration version file
2
3# -----------------------------------------------------------------------------
4# library version
5set (PACKAGE_VERSION "@PACKAGE_VERSION@")
6
7# -----------------------------------------------------------------------------
8# check compatibility
9
10# Perform compatibility check here using the input CMake variables.
11# See example in http://www.cmake.org/Wiki/CMake_2.6_Notes.
12
13set (PACKAGE_VERSION_COMPATIBLE TRUE)
14set (PACKAGE_VERSION_UNSUITABLE FALSE)
15
16if ("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL "@PACKAGE_VERSION_MAJOR@" AND
17 "${PACKAGE_FIND_VERSION_MINOR}" EQUAL "@PACKAGE_VERSION_MINOR@")
18 set (PACKAGE_VERSION_EXACT TRUE)
19else ()
20 set (PACKAGE_VERSION_EXACT FALSE)
21endif ()