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

This commit is contained in:
jean-pierre charras 2021-12-12 08:52:41 +01:00
parent f2639e2928
commit 5622a51193
1 changed files with 0 additions and 3 deletions

View File

@ -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 (?)