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