diff options
author | Pierre Wendling <pierre.wendling.4@gmail.com> | 2023-08-15 11:08:06 -0400 |
---|---|---|
committer | Pierre Wendling <pierre.wendling.4@gmail.com> | 2023-08-19 12:16:16 -0400 |
commit | 86a6826fef085618e506ea8eedb4d688646460bf (patch) | |
tree | 3862244de3d99de8b5378eea2a2b5d36075ce029 /ssl | |
parent | 31391735689077c238623591655753160168ad38 (diff) | |
download | portable-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.txt | 2 |
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 | ) |
131 | endif(ENABLE_LIBRESSL_INSTALL) | 131 | endif(ENABLE_LIBRESSL_INSTALL) |
132 | 132 | ||