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