aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim B <d3x0r@users.noreply.github.com>2024-04-07 20:45:02 -0700
committerGitHub <noreply@github.com>2024-04-07 20:45:02 -0700
commitfdfbde785d95fa1fb04bd67a95049fc483123ba5 (patch)
treeb534630aa6a6874209b9cde92b52e8cefd44f501
parent9f64e1d14d81d6cf0a5b837731c7c6cd5d31332a (diff)
downloadportable-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.txt2
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()
544endif(ENABLE_LIBRESSL_INSTALL) 544endif()