# Generated by autoconf; do not edit. set(PACKAGE_VERSION "@PACKAGE_VERSION@") # Keep behavior aligned with the native CMake build's AnyNewerVersion semantics: # compatible when the installed version is >= the requested version. set(PACKAGE_VERSION_COMPATIBLE FALSE) set(PACKAGE_VERSION_EXACT FALSE) if (PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) # not compatible else () set(PACKAGE_VERSION_COMPATIBLE TRUE) if (PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) set(PACKAGE_VERSION_EXACT TRUE) endif () endif ()