annotate armadillo-3.900.4/build_aux/cmake/InstallFiles/ArmadilloConfigVersion.cmake.in @ 84:55a047986812 tip

Update library URI so as not to be document-local
author Chris Cannam
date Wed, 22 Apr 2020 14:21:57 +0100
parents 1ec0e2823891
children
rev   line source
Chris@49 1 set(PACKAGE_VERSION "@ARMADILLO_VERSION@")
Chris@49 2
Chris@49 3 # Check whether the requested PACKAGE_FIND_VERSION is compatible
Chris@49 4 if("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}")
Chris@49 5 set(PACKAGE_VERSION_COMPATIBLE FALSE)
Chris@49 6 else()
Chris@49 7 set(PACKAGE_VERSION_COMPATIBLE TRUE)
Chris@49 8 if ("${PACKAGE_VERSION}" VERSION_EQUAL "${PACKAGE_FIND_VERSION}")
Chris@49 9 set(PACKAGE_VERSION_EXACT TRUE)
Chris@49 10 endif()
Chris@49 11 endif()