Browse Source

Fix linking issue in kicad2step (double definition of some symbols)

6.0.7
jean-pierre charras 4 years ago
parent
commit
5622a51193
  1. 3
      utils/kicad2step/CMakeLists.txt

3
utils/kicad2step/CMakeLists.txt

@ -16,9 +16,6 @@ set( KS2_LIB_FILES
pcb/oce_utils.cpp
)
if( MINGW )
list( APPEND KS2_LIB_FILES ${CMAKE_SOURCE_DIR}/common/streamwrapper.cpp )
endif( MINGW )
# Break the library out for re-use by both kicad2step and any qa that needs it
# In future, this could move for re-use by other programs needing s-expr support (?)

Loading…
Cancel
Save