diff options
author | Brent Cook <busterb@gmail.com> | 2023-10-29 12:34:01 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-10-29 12:34:01 -0500 |
commit | ce79c96489b2d95de95d27f91ab6281d91f92dca (patch) | |
tree | 3679dd3e32e9e4053d33bbdfb7c785596740e316 /CMakeLists.txt | |
parent | c4bb6b79ea36c05ccfe3033174a7950ac6a51609 (diff) | |
parent | c90e80d21edf18bda93891b80f99765d55d2f627 (diff) | |
download | portable-ce79c96489b2d95de95d27f91ab6281d91f92dca.tar.gz portable-ce79c96489b2d95de95d27f91ab6281d91f92dca.tar.bz2 portable-ce79c96489b2d95de95d27f91ab6281d91f92dca.zip |
Land #913, CMake build fixes
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a1a0077..8c2e4ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -472,8 +472,8 @@ if(ENABLE_LIBRESSL_INSTALL) | |||
472 | INSTALL_DESTINATION "${LIBRESSL_INSTALL_CMAKEDIR}" | 472 | INSTALL_DESTINATION "${LIBRESSL_INSTALL_CMAKEDIR}" |
473 | ) | 473 | ) |
474 | install(FILES | 474 | install(FILES |
475 | "${CMAKE_BINARY_DIR}/install-config/LibreSSLConfig.cmake" | 475 | "${CMAKE_CURRENT_BINARY_DIR}/install-config/LibreSSLConfig.cmake" |
476 | "${CMAKE_BINARY_DIR}/LibreSSLConfigVersion.cmake" | 476 | "${CMAKE_CURRENT_BINARY_DIR}/LibreSSLConfigVersion.cmake" |
477 | DESTINATION "${LIBRESSL_INSTALL_CMAKEDIR}" | 477 | DESTINATION "${LIBRESSL_INSTALL_CMAKEDIR}" |
478 | ) | 478 | ) |
479 | endif() | 479 | endif() |