Skip to content
Snippets Groups Projects
Commit b7dfba1a authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

DOC: fix comment about packaging

parent 960e3514
No related branches found
No related tags found
No related merge requests found
...@@ -325,6 +325,5 @@ if(WIN32) ...@@ -325,6 +325,5 @@ if(WIN32)
endif() # (CMAKE_CROSSCOMPILING) endif() # (CMAKE_CROSSCOMPILING)
endif() # (WIN32) endif() # (WIN32)
#For MacOS, cmake + cpack generate a .app with a cpack built-in target 'package'. #For MacOS and Windows platform, we create a custom target called packages to generate packages
#So we call 'make package' on that platform to generate .app and then manually create .dmg using hdutil #For linux: the packages are provided via respective package management tool. (deb, rpm etc..)
#For linux: the packages are provided via respecitive package management tool. (deb, rpm etc..) \ No newline at end of file
\ No newline at end of file
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