This is not technically correct (the Boost dependency is introduced through libcommon), but less invasive as it doesn't pull in libcommon on the linker command line. --- utils/kicad2step/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/kicad2step/CMakeLists.txt b/utils/kicad2step/CMakeLists.txt index 728dcbcc56..ca1064a561 100644 --- a/utils/kicad2step/CMakeLists.txt +++ b/utils/kicad2step/CMakeLists.txt @@ -29,7 +29,7 @@ endif( MINGW ) add_executable( kicad2step ${K2S_FILES} ) -target_link_libraries( kicad2step ${wxWidgets_LIBRARIES} ${OCC_LIBRARIES} ) +target_link_libraries( kicad2step ${wxWidgets_LIBRARIES} ${OCC_LIBRARIES} Boost::boost ) if( APPLE ) # puts binaries into the *.app bundle while linking
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp