From 25332ba033be59ca76cf08d8e265d7e2afbb3b2f Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Fri, 15 Jun 2018 12:02:16 -0500 Subject: [PATCH] Fix ninja warnings about duplicate rules for Mod/Path/Init.py Both Path/App and Path/PathSimulator/App were copying it. --- src/Mod/Path/PathSimulator/App/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Mod/Path/PathSimulator/App/CMakeLists.txt b/src/Mod/Path/PathSimulator/App/CMakeLists.txt index b76804e803..3f4de55fbc 100644 --- a/src/Mod/Path/PathSimulator/App/CMakeLists.txt +++ b/src/Mod/Path/PathSimulator/App/CMakeLists.txt @@ -44,12 +44,6 @@ SOURCE_GROUP("Python" FILES ${Python_SRCS}) add_library(PathSimulator SHARED ${PathSimulator_SRCS}) target_link_libraries(PathSimulator ${PathSimulator_LIBS}) - -fc_target_copy_resource(PathSimulator - ${CMAKE_SOURCE_DIR}/src/Mod/Path - ${CMAKE_BINARY_DIR}/Mod/Path - Init.py) - SET_BIN_DIR(PathSimulator PathSimulator /Mod/Path) SET_PYTHON_PREFIX_SUFFIX(PathSimulator)