aboutsummaryrefslogtreecommitdiff
path: root/tls/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tls/CMakeLists.txt')
-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