Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
cf19da53
Commit
cf19da53
authored
8 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
f871ad27
Branches
Branches containing commit
Tags
gmsh_2_13_1
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
with
2 additions
and
2 deletions
CMakeLists.txt
+
2
−
2
View file @
cf19da53
...
@@ -1820,7 +1820,7 @@ if(APPLE AND ENABLE_OS_SPECIFIC_INSTALL)
...
@@ -1820,7 +1820,7 @@ if(APPLE AND ENABLE_OS_SPECIFIC_INSTALL)
RENAME GmshSol.icns
)
RENAME GmshSol.icns
)
install
(
FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/Fltk/MacIconsPos.icns DESTINATION .
install
(
FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/Fltk/MacIconsPos.icns DESTINATION .
RENAME GmshPos.icns
)
RENAME GmshPos.icns
)
if
(
PACKAGER STREQUAL
"geuzaine"
)
if
(
PACKAGER STREQUAL
"geuzaine
FIXME
"
)
set
(
CODESIGN
"codesign --force --verify --verbose --sign
set
(
CODESIGN
"codesign --force --verify --verbose --sign
\"
Developer ID Application: Christophe Geuzaine
\"
"
)
\"
Developer ID Application: Christophe Geuzaine
\"
"
)
set
(
APPDIR _CPack_Packages/Darwin/Bundle/gmsh-
${
GMSH_VERSION
}
-MacOSX/Gmsh.app
)
set
(
APPDIR _CPack_Packages/Darwin/Bundle/gmsh-
${
GMSH_VERSION
}
-MacOSX/Gmsh.app
)
...
@@ -1828,7 +1828,7 @@ if(APPLE AND ENABLE_OS_SPECIFIC_INSTALL)
...
@@ -1828,7 +1828,7 @@ if(APPLE AND ENABLE_OS_SPECIFIC_INSTALL)
"execute_process(COMMAND
${
CODESIGN
}
${
APPDIR
}
/Contents/MacOS/onelab.py)
"execute_process(COMMAND
${
CODESIGN
}
${
APPDIR
}
/Contents/MacOS/onelab.py)
execute_process(COMMAND
${
CODESIGN
}
${
APPDIR
}
/Contents/MacOS/gmsh)
execute_process(COMMAND
${
CODESIGN
}
${
APPDIR
}
/Contents/MacOS/gmsh)
execute_process(COMMAND
${
CODESIGN
}
${
APPDIR
}
)"
)
execute_process(COMMAND
${
CODESIGN
}
${
APPDIR
}
)"
)
endif
(
PACKAGER STREQUAL
"geuzaine"
)
endif
(
PACKAGER STREQUAL
"geuzaine
FIXME
"
)
set
(
CPACK_PACKAGE_ICON
${
CMAKE_CURRENT_SOURCE_DIR
}
/Fltk/MacIcons.icns
)
set
(
CPACK_PACKAGE_ICON
${
CMAKE_CURRENT_SOURCE_DIR
}
/Fltk/MacIcons.icns
)
elseif
(
WIN32 OR CYGWIN
)
elseif
(
WIN32 OR CYGWIN
)
set
(
CPACK_GENERATOR ZIP
)
set
(
CPACK_GENERATOR ZIP
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment