Fix ninja warnings about duplicate rules for Mod/Path/Init.py

Both Path/App and Path/PathSimulator/App were copying it.
This commit is contained in:
Ryan Pavlik
2018-06-15 12:02:16 -05:00
committed by wmayer
parent 75c698d180
commit 25332ba033

View File

@@ -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)