We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85b38b commit fa445dfCopy full SHA for fa445df
1 file changed
CMakeLists.txt
@@ -26,7 +26,7 @@ option(OPT_SUPPORT_ZSTD_TRACE "whether support zstd trace" ON)
26
option(ENABLE_LRB "enable LRB" OFF)
27
option(ENABLE_3L_CACHE "enable 3LCache" OFF)
28
set(LOG_LEVEL NONE CACHE STRING "change the logging level")
29
-set_property(CACHE LOG_LEVEL PROPERTY STRINGS VERBOSE DEBUG INFO WARN ERROR)
+set_property(CACHE LOG_LEVEL PROPERTY STRINGS ERROR WARN INFO DEBUG VERBOSE)
30
31
# Platform detection
32
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
0 commit comments