Chris@49: set(PACKAGE_VERSION "@ARMADILLO_VERSION@") Chris@49: Chris@49: # Check whether the requested PACKAGE_FIND_VERSION is compatible Chris@49: if("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}") Chris@49: set(PACKAGE_VERSION_COMPATIBLE FALSE) Chris@49: else() Chris@49: set(PACKAGE_VERSION_COMPATIBLE TRUE) Chris@49: if ("${PACKAGE_VERSION}" VERSION_EQUAL "${PACKAGE_FIND_VERSION}") Chris@49: set(PACKAGE_VERSION_EXACT TRUE) Chris@49: endif() Chris@49: endif()