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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user