From ff38d8f01867a652ca7a4933421a9154618d42dc Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Fri, 14 Jul 2023 13:27:38 -0600 Subject: [PATCH] revert portion of cmake for vcpkg build --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8cafb4a0a..88a130991 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2371,8 +2371,7 @@ install(FILES # Install the export set install(EXPORT wolfssl-targets DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/wolfssl - FILE wolfssl-targets.cmake - NAMESPACE wolfssl::) + FILE wolfssl-config.cmake) # TODO: Distro build + rules for what to include in the distro. # See various include.am files.