mirror of
https://github.com/NGSolve/netgen.git
synced 2025-05-19 00:30:48 +05:00
check the rpath
This commit is contained in:
parent
a18cce4d02
commit
239c7a9207
@ -58,7 +58,10 @@ if(USE_PYTHON)
|
||||
set_target_properties( ngpy PROPERTIES SUFFIX ".pyd")
|
||||
set_target_properties( ngpy PROPERTIES OUTPUT_NAME "libngpy")
|
||||
endif()
|
||||
MESSAGE(STATUS "######################## CHECKING RPATH #######################################")
|
||||
MESSAGE(STATUS "${NG_RPATH_TOKEN}/../${NETGEN_PYTHON_RPATH}")
|
||||
set_target_properties(ngpy PROPERTIES INSTALL_RPATH "${NG_RPATH_TOKEN}/../${NETGEN_PYTHON_RPATH}")
|
||||
MESSAGE(STATUS "###############################################################################"
|
||||
install(TARGETS ngpy DESTINATION ${NG_INSTALL_DIR_PYTHON}/${NG_INSTALL_SUFFIX} COMPONENT netgen)
|
||||
endif(USE_PYTHON)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user