aboutsummaryrefslogtreecommitdiff
path: root/tls
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 /tls
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 'tls')
-rw-r--r--tls/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)
93 EXPORT TLS-target 93 EXPORT TLS-target
94 FILE "LibreSSL-TLS.cmake" 94 FILE "LibreSSL-TLS.cmake"
95 NAMESPACE LibreSSL:: 95 NAMESPACE LibreSSL::
96 DESTINATION "${LIBRESSL_INSTALL_CMAKEDIR}/LibreSSL" 96 DESTINATION "${LIBRESSL_INSTALL_CMAKEDIR}"
97 ) 97 )
98endif(ENABLE_LIBRESSL_INSTALL) 98endif(ENABLE_LIBRESSL_INSTALL)
99 99