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.2k
    • Issues 4.2k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • 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
  • !6528

Android: Restore searching PATH for executables

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged hhb requested to merge hhb/cmake:path into master Sep 16, 2021
  • Overview 4
  • Commits 1
  • Pipelines 2
  • Changes 1

Since !5357 (merged), we turn off CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH. This breaks find_program searching PATH for host executables. Fortunately, the setting turns out not to be necessary, perhaps since !5479 (merged). Without it, none of NDK tests fail, so remove it to restore pre-3.20 behavior.

Fixes: #22634 (closed)
Backport: release
Topic-rename: android-PATH

Edited Sep 16, 2021 by Brad King
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: path