Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/curl/CMake/curl-config.cmake.in @ 3:2c135c81b16c
MERGE: upstream PyMuPDF 1.26.4 with MuPDF 1.26.7
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:44:09 +0200 |
| parents | b50eed0cc0ef |
| children |
comparison
equal
deleted
inserted
replaced
| 0:6015a75abc2d | 3:2c135c81b16c |
|---|---|
| 1 @PACKAGE_INIT@ | |
| 2 | |
| 3 include(CMakeFindDependencyMacro) | |
| 4 if(@USE_OPENSSL@) | |
| 5 find_dependency(OpenSSL @OPENSSL_VERSION_MAJOR@) | |
| 6 endif() | |
| 7 if(@USE_ZLIB@) | |
| 8 find_dependency(ZLIB @ZLIB_VERSION_MAJOR@) | |
| 9 endif() | |
| 10 | |
| 11 include("${CMAKE_CURRENT_LIST_DIR}/@TARGETS_EXPORT_NAME@.cmake") | |
| 12 check_required_components("@PROJECT_NAME@") |
