revert portion of cmake for vcpkg build

This commit is contained in:
JacobBarthelmeh
2023-07-14 13:27:38 -06:00
parent e2a1bc6e6a
commit ff38d8f018

View File

@ -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.