FEM: Remove empty python file added with commit 2818bc4ddf
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
parent
79caef00cb
commit
efcfd10a56
|
@ -145,9 +145,6 @@ SET(Fem_SRCS
|
|||
${Python_SRCS}
|
||||
)
|
||||
|
||||
FILE( GLOB Driver_Resources Driver/*.py )
|
||||
|
||||
|
||||
add_library(Fem SHARED ${Fem_SRCS})
|
||||
target_link_libraries(Fem ${Fem_LIBS})
|
||||
|
||||
|
@ -155,7 +152,6 @@ target_link_libraries(Fem ${Fem_LIBS})
|
|||
fc_target_copy_resource(Fem
|
||||
${CMAKE_SOURCE_DIR}/src/Mod/Fem
|
||||
${CMAKE_BINARY_DIR}/Mod/Fem
|
||||
${Driver_Resources}
|
||||
Init.py
|
||||
${FemScripts_SRCS}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user