diff options
Diffstat (limited to 'ssl/CMakeLists.txt')
-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 | ||