Mercurial > hg > segmenter-vamp-plugin
comparison armadillo-2.4.4/build_aux/cmake/InstallFiles/ArmadilloConfigVersion.cmake.in @ 0:8b6102e2a9b0
Armadillo Library
author | maxzanoni76 <max.zanoni@eecs.qmul.ac.uk> |
---|---|
date | Wed, 11 Apr 2012 09:27:06 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:8b6102e2a9b0 |
---|---|
1 set(PACKAGE_VERSION "@ARMADILLO_VERSION@") | |
2 | |
3 # Check whether the requested PACKAGE_FIND_VERSION is compatible | |
4 if("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}") | |
5 set(PACKAGE_VERSION_COMPATIBLE FALSE) | |
6 else() | |
7 set(PACKAGE_VERSION_COMPATIBLE TRUE) | |
8 if ("${PACKAGE_VERSION}" VERSION_EQUAL "${PACKAGE_FIND_VERSION}") | |
9 set(PACKAGE_VERSION_EXACT TRUE) | |
10 endif() | |
11 endif() |