Skip to content
Snippets Groups Projects
Commit 631653fc authored by Pierre Aubert's avatar Pierre Aubert
Browse files

Activate dmg package generation with cpack

parent cf0b4611
No related branches found
No related tags found
No related merge requests found
......@@ -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 "DMG")
# endif(CREATE_DMG)
if(CREATE_DMG) #We should use DragNDrop or PackageMaker of osx
set(CPACK_GENERATOR "DragNDrop")
endif(CREATE_DMG)
include(CPack)
# Has to be used :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment