diff options
author | Jim B <d3x0r@users.noreply.github.com> | 2024-04-07 20:45:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-07 20:45:02 -0700 |
commit | fdfbde785d95fa1fb04bd67a95049fc483123ba5 (patch) | |
tree | b534630aa6a6874209b9cde92b52e8cefd44f501 | |
parent | 9f64e1d14d81d6cf0a5b837731c7c6cd5d31332a (diff) | |
download | portable-fdfbde785d95fa1fb04bd67a95049fc483123ba5.tar.gz portable-fdfbde785d95fa1fb04bd67a95049fc483123ba5.tar.bz2 portable-fdfbde785d95fa1fb04bd67a95049fc483123ba5.zip |
Update CMakeLists.txt
Co-authored-by: Viktor Szakats <vszakats@users.noreply.github.com>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 28e184d..95fe601 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -541,4 +541,4 @@ if(ENABLE_LIBRESSL_INSTALL) | |||
541 | add_custom_target(uninstall | 541 | add_custom_target(uninstall |
542 | COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake) | 542 | COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake) |
543 | endif() | 543 | endif() |
544 | endif(ENABLE_LIBRESSL_INSTALL) | 544 | endif() |