From d5f5f5e7194d4877910816a015ca825032179aba Mon Sep 17 00:00:00 2001 From: Simon Richter Date: Thu, 22 Feb 2018 20:18:58 +0100 Subject: [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 874265e62b..bcfd584339 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"