mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
This fixes https://gitlab.com/kicad/code/kicad/-/issues/9944 and reverts caf406943e3e3c2a6dd8be40aa98ec8e2ccd6b1c. 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