Browse Source
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
7.0
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue