Do not install kicad2step build library object file.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9944
This commit is contained in:
parent
6d0d4e0db9
commit
caf406943e
|
@ -22,7 +22,7 @@ endif( MINGW )
|
||||||
|
|
||||||
# Break the library out for re-use by both kicad2step and any qa that needs it
|
# 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 (?)
|
# In future, this could move for re-use by other programs needing s-expr support (?)
|
||||||
add_library( kicad2step_lib STATIC
|
add_library( kicad2step_lib OBJECT
|
||||||
${KS2_LIB_FILES}
|
${KS2_LIB_FILES}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue