mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Remove unused CMake code
This commit is contained in:
parent
4cff6b546a
commit
0c98422172
@ -243,15 +243,6 @@ endif(INSTALL_PROFILES)
|
||||
#######################################################################
|
||||
if(INSTALL_DEPENDENCIES)
|
||||
include (InstallRequiredSystemLibraries)
|
||||
get_filename_component(MY_LIB_DIR ${TK_LIBRARY} DIRECTORY)
|
||||
if(APPLE)
|
||||
if(TIX_LIBRARY)
|
||||
install( DIRECTORY "${TIX_LIBRARY}" DESTINATION ${ng_install_dir_lib} COMPONENT netgen )
|
||||
endif(TIX_LIBRARY)
|
||||
if(TK_DND_LIBRARY)
|
||||
install( DIRECTORY "${TK_DND_LIBRARY}" DESTINATION ${ng_install_dir_lib} COMPONENT netgen )
|
||||
endif(TK_DND_LIBRARY)
|
||||
endif(APPLE)
|
||||
file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/fixup.cmake "\
|
||||
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/netgen_fixup.cmake)
|
||||
set(APP ${INSTALL_DIR}/Netgen.app)
|
||||
|
Loading…
Reference in New Issue
Block a user