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,924
    • Issues 3,924
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • 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
  • !2455

GNUInstallDirs: Add CMAKE_INSTALL_CMAKEBASEDIR variable

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Silvio Traversaro requested to merge traversaro/cmake:add_cmake_install_cmakebasedir into master Oct 06, 2018
  • Overview 14
  • Commits 1
  • Pipelines 2
  • Changes 11

Add CMAKE_INSTALL_CMAKEBASEDIR variable to GNUInstallDirs. This variable can be used to specify the base location for the installation of CMake configuration files. The complete installation location can be obtained by appending to CMAKE_INSTALL_CMAKEBASEDIR the PACKAGE_NAME of the installed package.

Fixes: #18381 (closed)
Topic-rename: GNUInstallDirs-CMAKEBASEDIR

Edited Oct 09, 2018 by Brad King
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: add_cmake_install_cmakebasedir