source: pacpussensors/trunk/Vislab/lib3dv-1.2.0/cmake/Lib3DVConfigVersion.cmake.in@ 149

Last change on this file since 149 was 136, checked in by ldecherf, 7 years ago

Doc

File size: 380 bytes
Line 
1set(PACKAGE_VERSION "@FOOBAR_VERSION@")
2
3# Check whether the requested PACKAGE_FIND_VERSION is compatible
4if("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}")
5 set(PACKAGE_VERSION_COMPATIBLE FALSE)
6else()
7 set(PACKAGE_VERSION_COMPATIBLE TRUE)
8 if ("${PACKAGE_VERSION}" VERSION_EQUAL "${PACKAGE_FIND_VERSION}")
9 set(PACKAGE_VERSION_EXACT TRUE)
10 endif()
11endif()
Note: See TracBrowser for help on using the repository browser.