kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #34179
[PATCH] Remove duplicate source file from list
---
common/CMakeLists.txt | 5 -----
1 file changed, 5 deletions(-)
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index c31178986..9a4c2300c 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -432,11 +432,6 @@ set( PCB_COMMON_SRCS
widgets/widget_net_selector.cpp
)
-set( PCB_COMMON_SRCS
- ${PCB_COMMON_SRCS}
- ../pcbnew/pcb_painter.cpp
- )
-
# add -DPCBNEW to compilation of these PCBNEW sources
set_source_files_properties( ${PCB_COMMON_SRCS} PROPERTIES
COMPILE_DEFINITIONS "PCBNEW"
Follow ups