mirror of
https://github.com/google/brotli.git
synced 2026-09-24 07:35:48 +00:00
[PR #1367] [CLOSED] cmake: fix man page install directories #1972
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/1367
Author: @vszakats
Created: 10/27/2025
Status: ❌ Closed
Base:
master← Head:cmman📝 Commits (1)
5968a5acmake: fix man page install directories📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
CMakeLists.txt(+2 -2)📄 Description
To not use a prefix-less absolute path with
cmake --install <d> --prefix <path>.According to CMake docs about
_FULL_variables:"These variables shouldn't be used in install() commands as they do
not work with the cmake --install command's --prefix option, or with
the cpack installer generators."
Ref: https://cmake.org/cmake/help/v4.2/module/GNUInstallDirs.html
Follow-up to
cff5803216#1084🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.