mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 06:30:20 -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.
7 lines
84 B
Plaintext
7 lines
84 B
Plaintext
-- Cache values
|
|
// mid 1
|
|
MIDDLE_ENTRY_1:STRING=1
|
|
|
|
// mid 2
|
|
MIDDLE_ENTRY_2:STRING=2$
|