summaryrefslogtreecommitdiff
path: root/libs/openssl-3.6.0-beta1/x86/lib/cmake/OpenSSL/OpenSSLConfigVersion.cmake
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@mailbox.org>2026-01-09 15:28:38 +0100
committerAldrik Ramaekers <aldrik@mailbox.org>2026-01-09 15:28:38 +0100
commit210404a73706993d197c1290d5a411394e176fbe (patch)
tree93c3ea9fc4691ca42f26dd92c6e14627af0b47af /libs/openssl-3.6.0-beta1/x86/lib/cmake/OpenSSL/OpenSSLConfigVersion.cmake
parenta65e876f3277a7d7fca6e5129ac3e200dae2d0dc (diff)
remove unused lib files
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.cmake17
1 files changed, 0 insertions, 17 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
deleted file mode 100644
index 44584c6..0000000
--- a/libs/openssl-3.6.0-beta1/x86/lib/cmake/OpenSSL/OpenSSLConfigVersion.cmake
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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()