mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
don't pack gcc-libs
This commit is contained in:
parent
2603aa8511
commit
621d62d107
@ -284,10 +284,11 @@ endif(INSTALL_PROFILES)
|
||||
#######################################################################
|
||||
if(INSTALL_DEPENDENCIES)
|
||||
include (InstallRequiredSystemLibraries)
|
||||
find_library(LIBGOMP NAMES gomp.1)
|
||||
find_library(LIBSTDCXX NAMES stdc++.6)
|
||||
find_library(LIBGCCS NAMES gcc_s.1)
|
||||
install( FILES "${Boost_LIBRARIES}" ${LIBGOMP} ${LIBSTDCXX} ${LIBGCCS} DESTINATION ${ng_install_dir_lib} COMPONENT netgen )
|
||||
# find_library(LIBGOMP NAMES gomp.1)
|
||||
# find_library(LIBSTDCXX NAMES stdc++.6)
|
||||
# find_library(LIBGCCS NAMES gcc_s.1)
|
||||
# install( FILES "${Boost_LIBRARIES}" ${LIBGOMP} ${LIBSTDCXX} ${LIBGCCS} DESTINATION ${ng_install_dir_lib} COMPONENT netgen )
|
||||
install( FILES "${Boost_LIBRARIES}" DESTINATION ${ng_install_dir_lib} COMPONENT netgen )
|
||||
get_filename_component(MY_LIB_DIR ${TK_LIBRARY} DIRECTORY)
|
||||
if(APPLE)
|
||||
install( DIRECTORY "${TIX_LIBRARY}" DESTINATION ${ng_install_dir_lib} COMPONENT netgen )
|
||||
|
Loading…
Reference in New Issue
Block a user