diff options
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ca593f2..52aeaba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -473,8 +473,8 @@ if(ENABLE_LIBRESSL_INSTALL) | |||
473 | INSTALL_DESTINATION "${LIBRESSL_INSTALL_CMAKEDIR}" | 473 | INSTALL_DESTINATION "${LIBRESSL_INSTALL_CMAKEDIR}" |
474 | ) | 474 | ) |
475 | install(FILES | 475 | install(FILES |
476 | "${CMAKE_BINARY_DIR}/install-config/LibreSSLConfig.cmake" | 476 | "${CMAKE_CURRENT_BINARY_DIR}/install-config/LibreSSLConfig.cmake" |
477 | "${CMAKE_BINARY_DIR}/LibreSSLConfigVersion.cmake" | 477 | "${CMAKE_CURRENT_BINARY_DIR}/LibreSSLConfigVersion.cmake" |
478 | DESTINATION "${LIBRESSL_INSTALL_CMAKEDIR}" | 478 | DESTINATION "${LIBRESSL_INSTALL_CMAKEDIR}" |
479 | ) | 479 | ) |
480 | endif() | 480 | endif() |