mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-09 06:30:52 +02:00
18 lines
533 B
CMake
18 lines
533 B
CMake
|
|
# 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 ()
|