Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4,106
    • Issues 4,106
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 17
    • Merge requests 17
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CMakeCMake
  • CMakeCMake
  • Merge requests
  • !1335

CPack: Fix .dmg HFS+ creation on macOS APFS hosts

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Brad King requested to merge brad.king/cmake:cpack-dmg-explicit-hfs into master Oct 02, 2017
  • Overview 4
  • Commits 1
  • Pipelines 1
  • Changes 2

When running hdiutil create, specify the HFS+ filesystem explicitly. Otherwise hdiutil may choose a filesystem based on the host. We do not want to create APFS images for .dmg packages because they may not mount on macOS versions prior to 10.12.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: cpack-dmg-explicit-hfs