List Boost as a dependency for kicad2step

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.
This commit is contained in:
Simon Richter 2019-04-16 00:34:52 +02:00 committed by John Beard
parent c4be74a9d0
commit 6a7b1aa39a
1 changed files with 1 additions and 1 deletions

View File

@ -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