Remove last few occurances of Boost::system
This commit is contained in:
parent
6eb73133f0
commit
3d7a463cb8
|
@ -62,7 +62,6 @@ target_link_libraries( qa_pcbnew_utils PUBLIC
|
||||||
qa_utils
|
qa_utils
|
||||||
Boost::headers
|
Boost::headers
|
||||||
Boost::unit_test_framework
|
Boost::unit_test_framework
|
||||||
Boost::system
|
|
||||||
)
|
)
|
||||||
# 3d-viewer
|
# 3d-viewer
|
||||||
# connectivity
|
# connectivity
|
||||||
|
|
|
@ -49,7 +49,6 @@ target_link_libraries( qa_utils
|
||||||
turtle
|
turtle
|
||||||
Boost::headers
|
Boost::headers
|
||||||
Boost::unit_test_framework
|
Boost::unit_test_framework
|
||||||
Boost::system
|
|
||||||
${wxWidgets_LIBRARIES}
|
${wxWidgets_LIBRARIES}
|
||||||
${LIBBOOST_UNIT_TEST_LIB}
|
${LIBBOOST_UNIT_TEST_LIB}
|
||||||
)
|
)
|
||||||
|
|
|
@ -73,7 +73,6 @@ target_link_libraries( test_gal_pixel_alignment
|
||||||
${PCBNEW_IO_LIBRARIES}
|
${PCBNEW_IO_LIBRARIES}
|
||||||
Boost::headers
|
Boost::headers
|
||||||
Boost::unit_test_framework
|
Boost::unit_test_framework
|
||||||
Boost::system
|
|
||||||
${wxWidgets_LIBRARIES}
|
${wxWidgets_LIBRARIES}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue