mirror of
https://github.com/libssh2/libssh2.git
synced 2025-12-05 01:22:38 +03:00
cmake: fix indentation [ci skip]
This commit is contained in:
@@ -153,8 +153,7 @@ else()
|
|||||||
set(DEBUG_LOGGING_DEFAULT OFF)
|
set(DEBUG_LOGGING_DEFAULT OFF)
|
||||||
endif()
|
endif()
|
||||||
option(ENABLE_DEBUG_LOGGING "log execution with debug trace" ${DEBUG_LOGGING_DEFAULT})
|
option(ENABLE_DEBUG_LOGGING "log execution with debug trace" ${DEBUG_LOGGING_DEFAULT})
|
||||||
add_feature_info(Logging ENABLE_DEBUG_LOGGING
|
add_feature_info(Logging ENABLE_DEBUG_LOGGING "Logging of execution with debug trace")
|
||||||
"Logging of execution with debug trace")
|
|
||||||
if(ENABLE_DEBUG_LOGGING)
|
if(ENABLE_DEBUG_LOGGING)
|
||||||
# Must be visible to the library and tests using internals
|
# Must be visible to the library and tests using internals
|
||||||
add_definitions("-DLIBSSH2DEBUG")
|
add_definitions("-DLIBSSH2DEBUG")
|
||||||
|
|||||||
Reference in New Issue
Block a user