Fix linking issue in kicad2step (double definition of some symbols)
This commit is contained in:
parent
f2639e2928
commit
5622a51193
|
@ -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…
Reference in New Issue