Remove last few occurances of Boost::system

This commit is contained in:
Ian McInerney 2023-03-11 14:20:44 +00:00
parent 6eb73133f0
commit 3d7a463cb8
3 changed files with 0 additions and 3 deletions

View File

@ -62,7 +62,6 @@ target_link_libraries( qa_pcbnew_utils PUBLIC
qa_utils
Boost::headers
Boost::unit_test_framework
Boost::system
)
# 3d-viewer
# connectivity

View File

@ -49,7 +49,6 @@ target_link_libraries( qa_utils
turtle
Boost::headers
Boost::unit_test_framework
Boost::system
${wxWidgets_LIBRARIES}
${LIBBOOST_UNIT_TEST_LIB}
)

View File

@ -73,7 +73,6 @@ target_link_libraries( test_gal_pixel_alignment
${PCBNEW_IO_LIBRARIES}
Boost::headers
Boost::unit_test_framework
Boost::system
${wxWidgets_LIBRARIES}
)