From 0f45dafe5eb95d0d2f6c9369e9d2c69c7b7ed79c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 13 Dec 2023 02:41:05 +0000 Subject: [PATCH] cmake: fix indentation [ci skip] --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b0ecca2..4ac44a0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -153,8 +153,7 @@ else() set(DEBUG_LOGGING_DEFAULT OFF) endif() option(ENABLE_DEBUG_LOGGING "log execution with debug trace" ${DEBUG_LOGGING_DEFAULT}) -add_feature_info(Logging ENABLE_DEBUG_LOGGING - "Logging of execution with debug trace") +add_feature_info(Logging ENABLE_DEBUG_LOGGING "Logging of execution with debug trace") if(ENABLE_DEBUG_LOGGING) # Must be visible to the library and tests using internals add_definitions("-DLIBSSH2DEBUG")