diff options
author | Marc Aldorasi <marc@groundctl.com> | 2023-09-12 15:07:51 -0400 |
---|---|---|
committer | Marc Aldorasi <marc@groundctl.com> | 2023-09-12 15:07:51 -0400 |
commit | 46635430822fbe9098327efd494cacb40e3e2987 (patch) | |
tree | 63ebe820f81b333fc140f8335b4ca455bc0ff1ba | |
parent | ccaec87950e1e6bde4925b91b8397a5062fb08f7 (diff) | |
download | portable-46635430822fbe9098327efd494cacb40e3e2987.tar.gz portable-46635430822fbe9098327efd494cacb40e3e2987.tar.bz2 portable-46635430822fbe9098327efd494cacb40e3e2987.zip |
Consistently use CMAKE_CURRENT_BINARY_DIR
-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() |