From 86a6826fef085618e506ea8eedb4d688646460bf Mon Sep 17 00:00:00 2001 From: Pierre Wendling Date: Tue, 15 Aug 2023 11:08:06 -0400 Subject: Move `LibreSSL/` to `LIBRESSL_INSTALL_CMAKEDIR`. This allows users to install the CMake configs without forcing a `LibreSSL` directory after `LIBRESSL_INSTALL_CMAKEDIR`. --- tls/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tls') diff --git a/tls/CMakeLists.txt b/tls/CMakeLists.txt index a8f29af..59deee3 100644 --- a/tls/CMakeLists.txt +++ b/tls/CMakeLists.txt @@ -93,7 +93,7 @@ if(ENABLE_LIBRESSL_INSTALL) EXPORT TLS-target FILE "LibreSSL-TLS.cmake" NAMESPACE LibreSSL:: - DESTINATION "${LIBRESSL_INSTALL_CMAKEDIR}/LibreSSL" + DESTINATION "${LIBRESSL_INSTALL_CMAKEDIR}" ) endif(ENABLE_LIBRESSL_INSTALL) -- cgit v1.2.3-55-g6feb