2
0
mirror of https://github.com/boostorg/cmake.git synced 2026-01-19 04:02:15 +00:00

Add CMAKE_INSTALL_DATADIR to the readme

This commit is contained in:
Braden Ganetsky
2025-10-06 17:23:22 -05:00
parent 9a834e1220
commit a1f16d9f40

View File

@@ -125,6 +125,11 @@ or `cmake-gui`:
Directory in which to install the compiled libraries. Can be relative to
`CMAKE_INSTALL_PREFIX`. Default `lib`.
* [`CMAKE_INSTALL_DATADIR`](https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html)
Directory in which to install the data files (e.g. debugger visualizers).
Can be relative to `CMAKE_INSTALL_PREFIX`. Default `share`.
* `BOOST_INSTALL_CMAKEDIR`
Directory in which to install the CMake configuration files. Default `lib/cmake`.