Adding in curl and openssl repos

This commit is contained in:
2025-08-14 12:09:30 -04:00
parent af2117b574
commit 0ace93e303
21174 changed files with 3607720 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
# Generated by OpenSSL
set(PACKAGE_VERSION 3.4.2)
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.4.2)
set(PACKAGE_VERSION_UNSUITABLE 1)
else()
set(PACKAGE_VERSION_COMPATIBLE 1)
if(PACKAGE_FIND_VERSION VERSION_EQUAL 3.4.2)
set(PACKAGE_VERSION_EXACT 1)
endif()
endif()