mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-27 13:20:34 +05:00
bundle filename
This commit is contained in:
parent
066370bf29
commit
8ee21da632
@ -309,7 +309,7 @@ file(GLOB libs ${CMAKE_INSTALL_PREFIX}/${ng_install_dir_lib}/*.dylib ${CMAKE_INS
|
|||||||
message(\"\${libs}\")
|
message(\"\${libs}\")
|
||||||
netgen_fixup_bundle( \${APP}/Contents/MacOS/netgen_main \"\${libs}\" ${CMAKE_INSTALL_PREFIX}/${ng_install_dir_lib} )
|
netgen_fixup_bundle( \${APP}/Contents/MacOS/netgen_main \"\${libs}\" ${CMAKE_INSTALL_PREFIX}/${ng_install_dir_lib} )
|
||||||
execute_process(COMMAND ln -s /Applications ${INSTALL_DIR}/Applications)
|
execute_process(COMMAND ln -s /Applications ${INSTALL_DIR}/Applications)
|
||||||
bundle_filename=\$ENV{NETGEN_BUNDLE_NAME}
|
set (bundle_filename \$ENV{NETGEN_BUNDLE_NAME})
|
||||||
if(NOT bundle_filename)
|
if(NOT bundle_filename)
|
||||||
set(bundle_filename netgen)
|
set(bundle_filename netgen)
|
||||||
endif(NOT bundle_filename)
|
endif(NOT bundle_filename)
|
||||||
|
Loading…
Reference in New Issue
Block a user