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`. --- ssl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl') diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt index 16ef277..9ba2a9e 100644 --- a/ssl/CMakeLists.txt +++ b/ssl/CMakeLists.txt @@ -126,7 +126,7 @@ if(ENABLE_LIBRESSL_INSTALL) EXPORT SSL-target FILE "LibreSSL-SSL.cmake" NAMESPACE LibreSSL:: - DESTINATION "${LIBRESSL_INSTALL_CMAKEDIR}/LibreSSL" + DESTINATION "${LIBRESSL_INSTALL_CMAKEDIR}" ) endif(ENABLE_LIBRESSL_INSTALL) -- cgit v1.2.3-55-g6feb