Skip to content

GitLab

  • Menu
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 3,818
    • Issues 3,818
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & 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
  • CMake
  • CMakeCMake
  • Merge requests
  • !6512

GNUInstallDirs now aware of conda lib directory requirements

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Robert Maynard requested to merge robertmaynard/cmake:GNUInstallDirs_become_conda_install_aware into master Sep 09, 2021
  • Overview 9
  • Commits 1
  • Pipelines 2
  • Changes 1

No matter the OS when installing for conda the library components need to be placed into the lib directory.

To better meet these requirements GNUInstallDirs now checks to see if it is being asked to install into a conda install location, and if so use the 'lib' directory instead of the system directory name.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: GNUInstallDirs_become_conda_install_aware