mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Add a `-LR[A][H] <regex>` flag with similar functionality to `-L[A][H]`, but instead of listing all cached variables, it show only specific variables that match the name regex.
6 lines
170 B
ReStructuredText
6 lines
170 B
ReStructuredText
cmake-list-cached-variables
|
|
---------------------------
|
|
|
|
* The :option:`cmake -LR[A][H]` option was added to list cache entries
|
|
whose names match a regular expression.
|