Pcbnew, CMakeLists.txt: remove duplicate lines.
For some reason, a few files were included 3 times in the same dependency. One time is enough.
This commit is contained in:
parent
bf164f7c4b
commit
9c398dbf90
|
@ -667,29 +667,7 @@ set( PCBNEW_KIFACE_LIBRARIES
|
||||||
lib_dxf
|
lib_dxf
|
||||||
idf3
|
idf3
|
||||||
legacy_wx
|
legacy_wx
|
||||||
3d-viewer
|
|
||||||
pcbcommon
|
|
||||||
pnsrouter
|
|
||||||
pcad2kicadpcb
|
|
||||||
common
|
|
||||||
polygon
|
|
||||||
bitmaps
|
|
||||||
gal
|
|
||||||
lib_dxf
|
|
||||||
idf3
|
|
||||||
legacy_wx
|
|
||||||
3d-viewer
|
|
||||||
connectivity
|
connectivity
|
||||||
pcbcommon
|
|
||||||
pnsrouter
|
|
||||||
pcad2kicadpcb
|
|
||||||
common
|
|
||||||
polygon
|
|
||||||
bitmaps
|
|
||||||
gal
|
|
||||||
lib_dxf
|
|
||||||
idf3
|
|
||||||
legacy_wx
|
|
||||||
${wxWidgets_LIBRARIES}
|
${wxWidgets_LIBRARIES}
|
||||||
${GITHUB_PLUGIN_LIBRARIES}
|
${GITHUB_PLUGIN_LIBRARIES}
|
||||||
${GDI_PLUS_LIBRARIES}
|
${GDI_PLUS_LIBRARIES}
|
||||||
|
|
Loading…
Reference in New Issue