File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11enable_testing ()
22
3- add_library (boost_process_v2_test_impl test_impl.cpp)
4- target_compile_definitions (boost_process_v2_test_impl PUBLIC -DBOOST_PROCESS_V2_SEPARATE_COMPILATION=1)
3+ add_library (boost_process_v2_test_impl OBJECT test_impl.cpp)
54
65if (WIN32 )
76 target_compile_definitions (boost_process_v2_test_impl PUBLIC WIN32_LEAN_AND_MEAN=1)
@@ -36,4 +35,4 @@ function(boost_process_v2_test_with_target name)
3635endfunction ()
3736
3837boost_process_v2_test_with_target(process)
39- boost_process_v2_test_with_target(ext )
38+ boost_process_v2_test_with_target(ext )
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ project : requirements
3333 <os>NT,<toolset>cw:<library>ws2_32
3434 <os>NT,<toolset>gcc:<library>ws2_32
3535 <os>NT,<toolset>gcc:<library>Bcrypt
36- <define>BOOST_PROCESS_V2_SEPARATE_COMPILATION=1
3736 <library>/boost/test//included
3837;
3938
You can’t perform that action at this time.
0 commit comments