kicad/utils/kicad2step
Ian McInerney fb36e1b582 Revert caf406943e and don't install the kicad2step lib
This fixes https://gitlab.com/kicad/code/kicad/-/issues/9944 and reverts
caf406943e. The original fix caused issues
with some CMake versions because it tried to give library dependencies
to an object library, which can't have any library dependencies.
Instead, we need it as a static library, and since there is no need to
actually have it as an end-user library, it shouldn't be in the install
command.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/9944
2021-12-30 15:18:30 +00:00
..
pcb Better handling of escaped characters in STEP parser 2021-12-08 15:55:42 -08:00
CMakeLists.txt Revert caf406943e and don't install the kicad2step lib 2021-12-30 15:18:30 +00:00
kicad2step.cpp kicad2step: fix compatibility with OCC versions < 7.5 2021-11-21 17:27:18 +01:00
kicad2step.h Add (off by default) build option to link kicad2step directly into pcbnew 2021-09-11 22:56:16 -04:00
kicad2step_app.cpp Add (off by default) build option to link kicad2step directly into pcbnew 2021-09-11 22:56:16 -04:00
kicad2step_frame_base.cpp Add OK button to close step export dialog 2021-09-19 23:11:11 -04:00
kicad2step_frame_base.fbp Add OK button to close step export dialog 2021-09-19 23:11:11 -04:00
kicad2step_frame_base.h Add OK button to close step export dialog 2021-09-19 23:11:11 -04:00
panel_kicad2step.h Create specific writer for OpenCascade messages 2021-11-20 09:12:55 -08:00