Move LibreSSL/
to LIBRESSL_INSTALL_CMAKEDIR
.
This allows users to install the CMake configs without forcing a `LibreSSL` directory after `LIBRESSL_INSTALL_CMAKEDIR`.
This commit is contained in:
@@ -126,7 +126,7 @@ if(ENABLE_LIBRESSL_INSTALL)
|
||||
EXPORT SSL-target
|
||||
FILE "LibreSSL-SSL.cmake"
|
||||
NAMESPACE LibreSSL::
|
||||
DESTINATION "${LIBRESSL_INSTALL_CMAKEDIR}/LibreSSL"
|
||||
DESTINATION "${LIBRESSL_INSTALL_CMAKEDIR}"
|
||||
)
|
||||
endif(ENABLE_LIBRESSL_INSTALL)
|
||||
|
||||
|
Reference in New Issue
Block a user