mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
2e88a3efc2
Fix commit 9789f7d05e (GNUInstallDirs: Add internal helper to compute
specific defaults, 2025-03-28, v4.1.0-rc1~384^2~3) to avoid updating
explicitly-specified cache entries on the first run. Do not reset the
default value until at least the second run, during which we have
`_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX` already defined.
Fixes: #27211
7 lines
226 B
Plaintext
7 lines
226 B
Plaintext
-- CMAKE_INSTALL_BINDIR='bin'
|
|
-- CMAKE_INSTALL_INCLUDEDIR='include'
|
|
-- CMAKE_INSTALL_LIBDIR='lib'
|
|
-- CMAKE_INSTALL_FULL_BINDIR='/usr/bin'
|
|
-- CMAKE_INSTALL_FULL_INCLUDEDIR='/usr/include'
|
|
-- CMAKE_INSTALL_FULL_LIBDIR='/usr/lib'
|