We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d05ad3f commit d224a03Copy full SHA for d224a03
CMakeLists.txt
@@ -43,6 +43,9 @@ elseif(${CMAKE_CXX_COMPILER_ID} MATCHES Clang)
43
message("C++ Flags: ${CMAKE_CXX_FLAGS} link flags: ${CMAKE_CXX_LINK_FLAGS}")
44
endif()
45
46
+option( CPP-NETLIB_ALWAYS_LOGGING "Allow cpp-netlib to log debug messages even in non-debug mode." FALSE )
47
+option( CPP-NETLIB_DISABLE_LOGGING "Disable logging definitely, no logging code will be generated or compiled." FALSE )
48
+
49
if (Boost_FOUND)
50
if (MSVC)
51
add_definitions(-D_SCL_SECURE_NO_WARNINGS)
0 commit comments