File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ base-url: https://www.github.com/cppalliance/http_proto/blob/develop/
3434verbose : true
3535multipage : true
3636use-system-libc : true
37+ use-system-stdlib : true
3738
3839# Warnings
3940warn-unnamed-param : true
Original file line number Diff line number Diff line change @@ -28,16 +28,16 @@ target_include_directories(boost_http_proto_tests PRIVATE . ../../../url/extra/t
2828target_include_directories (boost_http_proto_tests PRIVATE . ../../)
2929target_link_libraries (
3030 boost_http_proto_tests PRIVATE
31- boost_http_proto
32- boost_filesystem
31+ Boost::http_proto
32+ Boost::filesystem
3333 )
3434
35- if (TARGET boost_rts_zlib )
36- target_link_libraries (boost_http_proto_tests PRIVATE boost_rts_zlib )
35+ if (TARGET Boost::rts_zlib )
36+ target_link_libraries (boost_http_proto_tests PRIVATE Boost::rts_zlib )
3737endif ()
3838
39- if (TARGET boost_rts_brotli )
40- target_link_libraries (boost_http_proto_tests PRIVATE boost_rts_brotli )
39+ if (TARGET Boost::rts_brotli )
40+ target_link_libraries (boost_http_proto_tests PRIVATE Boost::rts_brotli )
4141endif ()
4242
4343add_test (NAME boost_http_proto_tests COMMAND boost_http_proto_tests)
You can’t perform that action at this time.
0 commit comments