Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CTA-LAPP
PHOENIX_LIBS
PhoenixNotify
Commits
742b0275
Commit
742b0275
authored
Mar 25, 2021
by
Pierre Aubert
Browse files
Activate dmg package generation with cpack
parent
3b6d1945
Pipeline
#113544
passed with stages
in 6 minutes and 52 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
cmake/createLinuxPackages.cmake
cmake/createLinuxPackages.cmake
+3
-3
No files found.
cmake/createLinuxPackages.cmake
View file @
742b0275
...
...
@@ -32,9 +32,9 @@ function(createLinuxPackages)
set
(
LIBRARY_DIRECTORY
"lib64"
CACHE STRING
"define the library directory (especially for Fedora with the wtf lib64)"
FORCE
)
endif
(
CREATE_RPM
)
#
if(CREATE_DMG) #We should use DragNDrop or PackageMaker of osx
#
set(CPACK_GENERATOR "D
MG
")
#
endif(CREATE_DMG)
if
(
CREATE_DMG
)
#We should use DragNDrop or PackageMaker of osx
set
(
CPACK_GENERATOR
"D
ragNDrop
"
)
endif
(
CREATE_DMG
)
include
(
CPack
)
# Has to be used :
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment