File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ set(Boost_USE_STATIC_LIBS ON)
15
15
set (Boost_USE_MULTITHREADED ON )
16
16
17
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
- PROPERTIES COMPILE_FLAGS "-Wall -Werror"
25
- )
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
+ # PROPERTIES COMPILE_FLAGS "-Wall -Werror"
25
+ # )
26
26
add_executable (cpp-netlib-http_incremental_parser http_incremental_parser.cpp)
27
27
add_executable (cpp-netlib-hello_world hello_world.cpp)
28
28
add_executable (cpp-netlib-http_1_0_test http_1_0_test.cpp)
You can’t perform that action at this time.
0 commit comments