diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-27 18:38:35 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-27 18:38:35 +0200 |
| commit | d8c4d84dc75300c6d4d8b0adceafa33741960b92 (patch) | |
| tree | 00e2dfcc5c836d62fccff76c862e6ec3b0a74db8 /libs/openssl-3.6.0-beta1/x86/lib/cmake/OpenSSL/OpenSSLConfigVersion.cmake | |
| parent | fa088bb60692ba02d30d39affa9a31d9e2b688e2 (diff) | |
added http lib, working on AI invoice importing
Diffstat (limited to 'libs/openssl-3.6.0-beta1/x86/lib/cmake/OpenSSL/OpenSSLConfigVersion.cmake')
| -rw-r--r-- | libs/openssl-3.6.0-beta1/x86/lib/cmake/OpenSSL/OpenSSLConfigVersion.cmake | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libs/openssl-3.6.0-beta1/x86/lib/cmake/OpenSSL/OpenSSLConfigVersion.cmake b/libs/openssl-3.6.0-beta1/x86/lib/cmake/OpenSSL/OpenSSLConfigVersion.cmake new file mode 100644 index 0000000..44584c6 --- /dev/null +++ b/libs/openssl-3.6.0-beta1/x86/lib/cmake/OpenSSL/OpenSSLConfigVersion.cmake @@ -0,0 +1,17 @@ +# Generated by OpenSSL + +set(PACKAGE_VERSION 3.6.0) + +if(NOT PACKAGE_FIND_VERSION) + # find_package() was called without any version information. This is assumed to + # mean that the caller accepts whatever they get. + set(PACKAGE_VERSION_COMPATIBLE 1) +elseif(PACKAGE_FIND_VERSION_MAJOR LESS 3 + OR PACKAGE_FIND_VERSION VERSION_GREATER 3.6.0) + set(PACKAGE_VERSION_UNSUITABLE 1) +else() + set(PACKAGE_VERSION_COMPATIBLE 1) + if(PACKAGE_FIND_VERSION VERSION_EQUAL 3.6.0) + set(PACKAGE_VERSION_EXACT 1) + endif() +endif() |
