mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
c55239e286
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.
|