move cmake policy CMP0050 to new style
This commit is contained in:
@@ -375,12 +375,6 @@ add_library(FemGui SHARED ${FemGui_SRCS})
|
||||
target_link_libraries(FemGui ${FemGui_LIBS} ${VTK_LIBRARIES})
|
||||
|
||||
|
||||
fc_target_copy_resource(FemGui
|
||||
${CMAKE_SOURCE_DIR}/src/Mod/Fem
|
||||
${CMAKE_BINARY_DIR}/Mod/Fem
|
||||
)
|
||||
|
||||
|
||||
SET(FemGuiIcon_SVG
|
||||
Resources/icons/FemWorkbench.svg
|
||||
)
|
||||
|
||||
@@ -125,11 +125,6 @@ fc_target_copy_resource(Path
|
||||
${CMAKE_BINARY_DIR}/Mod/Path
|
||||
${Path_Scripts})
|
||||
|
||||
fc_target_copy_resource(Path
|
||||
${CMAKE_SOURCE_DIR}/src/Mod/Path
|
||||
${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_DATADIR}/Mod/Path
|
||||
${Path_Resources})
|
||||
|
||||
SET_BIN_DIR(Path Path /Mod/Path)
|
||||
SET_PYTHON_PREFIX_SUFFIX(Path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user