diff --git a/cmake/modules/SwiftCryptoConfig.cmake.in b/cmake/modules/SwiftCryptoConfig.cmake.in index 353de7b15..97e65bd6e 100644 --- a/cmake/modules/SwiftCryptoConfig.cmake.in +++ b/cmake/modules/SwiftCryptoConfig.cmake.in @@ -13,5 +13,7 @@ ##===----------------------------------------------------------------------===## if(NOT TARGET SwiftCrypto) + include(CMakeFindDependencyMacro) + find_dependency(SwiftASN1) include(@SWIFT_CRYPTO_EXPORTS_FILE@) endif()