Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 4,165
    • Issues 4,165
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • 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
  • !6426

macOS: Restore support for Mac OS X 10.4 (Tiger)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Evan Miller requested to merge evanmiller/cmake:evanmiller-master-patch-77958 into master Aug 02, 2021
  • Overview 11
  • Commits 1
  • Pipelines 3
  • Changes 1

Since !5980 (merged) we always enable support for linking with -rpath. The intention of the change was to enable using the flag on iOS, tvOS and watchOS by avoiding a Darwin-specific version check. However, removing the check broke support for OS X 10.4 because the flag is not supported on that version.

Restore a form of the check that disables the flag on OS X < 10.5 while still allowing it for the other Apple platforms. Since no one is doing iOS/tvOS/etc development on 10.4, this change should have no unintended side effects.

Fixes: #22490 (closed)
Backport: release
Topic-rename: macos-10.4

Edited Aug 02, 2021 by Brad King
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: evanmiller-master-patch-77958