aboutsummaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
authorPierre Wendling <pierre.wendling.4@gmail.com>2023-08-15 11:08:06 -0400
committerPierre Wendling <pierre.wendling.4@gmail.com>2023-08-19 12:16:16 -0400
commit86a6826fef085618e506ea8eedb4d688646460bf (patch)
tree3862244de3d99de8b5378eea2a2b5d36075ce029 /ssl
parent31391735689077c238623591655753160168ad38 (diff)
downloadportable-86a6826fef085618e506ea8eedb4d688646460bf.tar.gz
portable-86a6826fef085618e506ea8eedb4d688646460bf.tar.bz2
portable-86a6826fef085618e506ea8eedb4d688646460bf.zip
Move `LibreSSL/` to `LIBRESSL_INSTALL_CMAKEDIR`.
This allows users to install the CMake configs without forcing a `LibreSSL` directory after `LIBRESSL_INSTALL_CMAKEDIR`.
Diffstat (limited to 'ssl')
-rw-r--r--ssl/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)
126 EXPORT SSL-target 126 EXPORT SSL-target
127 FILE "LibreSSL-SSL.cmake" 127 FILE "LibreSSL-SSL.cmake"
128 NAMESPACE LibreSSL:: 128 NAMESPACE LibreSSL::
129 DESTINATION "${LIBRESSL_INSTALL_CMAKEDIR}/LibreSSL" 129 DESTINATION "${LIBRESSL_INSTALL_CMAKEDIR}"
130 ) 130 )
131endif(ENABLE_LIBRESSL_INSTALL) 131endif(ENABLE_LIBRESSL_INSTALL)
132 132