From fdfbde785d95fa1fb04bd67a95049fc483123ba5 Mon Sep 17 00:00:00 2001 From: Jim B Date: Sun, 7 Apr 2024 20:45:02 -0700 Subject: Update CMakeLists.txt Co-authored-by: Viktor Szakats --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) add_custom_target(uninstall COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake) endif() -endif(ENABLE_LIBRESSL_INSTALL) +endif() -- cgit v1.2.3-55-g6feb