Remove rogue file from pcbnew's cmake
This is already provided in common and isn't pcbnew conditional (anymore)
This commit is contained in:
parent
9b0a137d6c
commit
247064a1ed
|
@ -367,7 +367,6 @@ set( PCBNEW_SRCS
|
|||
# extra sources from common
|
||||
set( PCBNEW_COMMON_SRCS
|
||||
${CMAKE_SOURCE_DIR}/common/base_units.cpp
|
||||
${CMAKE_SOURCE_DIR}/common/hotkeys_basic.cpp
|
||||
)
|
||||
|
||||
set( PCBNEW_SCRIPTING_DIALOGS
|
||||
|
|
Loading…
Reference in New Issue