mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
cpack gomp
This commit is contained in:
parent
f0ab057803
commit
ca0fcb1e5e
@ -268,7 +268,7 @@ endif(INSTALL_PROFILES)
|
||||
if(INSTALL_DEPENDENCIES)
|
||||
include (InstallRequiredSystemLibraries)
|
||||
message("***********************************************")
|
||||
find_library(LIBGOMP NAMES gomp gomp.1)
|
||||
find_library(LIBGOMP NAMES gomp.1)
|
||||
find_library(LIBSTDCXX NAMES stdc++.6)
|
||||
message("gomp: ${LIBGOMP}")
|
||||
message("stdc++: ${LIBSTDCXX}")
|
||||
@ -365,6 +365,10 @@ if(APPLE)
|
||||
file(APPEND ${mac_plist} "</dict>\n")
|
||||
file(APPEND ${mac_plist} "</plist>\n")
|
||||
set(CPACK_BUNDLE_PLIST ${mac_plist})
|
||||
# set(CPACK_DMG_FORMAT "UDRW")
|
||||
# set(CPACK_DMG_DS_STORE .DS_Store_dmg)
|
||||
# set(CPACK_DMG_BACKGROUND_IMAGE sculpture312.png)
|
||||
|
||||
endif(APPLE)
|
||||
|
||||
include(CPack)
|
||||
|
Loading…
Reference in New Issue
Block a user