Files
wolfssl/cmake/wolfssl-config-version.cmake.in
T

18 lines
533 B
CMake
Raw Normal View History

2026-01-26 16:15:43 +01:00
# 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 ()