We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3419778 commit 6a8ce11Copy full SHA for 6a8ce11
libs/network/test/http/CMakeLists.txt
@@ -13,7 +13,9 @@ if (OPENSSL_FOUND)
13
add_definitions(-DBOOST_NETWORK_ENABLE_HTTPS)
14
endif()
15
16
-add_definitions(-DBOOST_NETWORK_DEBUG)
+if (CMAKE_BUILD_TYPE MATCHES Debug)
17
+ add_definitions(-DBOOST_NETWORK_DEBUG)
18
+endif()
19
20
find_package( Threads )
21
set(Boost_USE_STATIC_LIBS ON)
0 commit comments