1@PACKAGE_INIT@ 2 3include(CMakeFindDependencyMacro) 4if(@USE_OPENSSL@) 5 find_dependency(OpenSSL @OPENSSL_VERSION_MAJOR@) 6endif() 7if(@USE_ZLIB@) 8 find_dependency(ZLIB @ZLIB_VERSION_MAJOR@) 9endif() 10 11include("${CMAKE_CURRENT_LIST_DIR}/@TARGETS_EXPORT_NAME@.cmake") 12check_required_components("@PROJECT_NAME@") 13