We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent788cb16 commit24da22eCopy full SHA for 24da22e
libs/network/test/CMakeLists.txt
@@ -15,14 +15,14 @@ set(Boost_USE_STATIC_LIBS ON)
15
set(Boost_USE_MULTITHREADEDON)
16
17
if (Boost_FOUND)
18
- set_source_files_properties(
19
- http_incremental_parser.cpp hello_world.cpp
20
- http_1_0_test.cpp http_1_1_test.cpp
21
- http_localhost_tests.cpp https_localhost_tests.cpp
22
- message_test.cpp http_message_twst.cpp
23
- message_transform_test.cpp url_test.cpp
24
- PROPERTIESCOMPILE_FLAGS"-Wall -Werror"
25
- )
+# set_source_files_properties(
+# http_incremental_parser.cpp hello_world.cpp
+# http_1_0_test.cpp http_1_1_test.cpp
+# http_localhost_tests.cpp https_localhost_tests.cpp
+# message_test.cpp http_message_twst.cpp
+# message_transform_test.cpp url_test.cpp
+# PROPERTIES COMPILE_FLAGS "-Wall -Werror"
+# )
26
add_executable(cpp-netlib-http_incremental_parser http_incremental_parser.cpp)
27
add_executable(cpp-netlib-hello_world hello_world.cpp)
28
add_executable(cpp-netlib-http_1_0_test http_1_0_test.cpp)