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.
10 lines
118 B
Plaintext
10 lines
118 B
Plaintext
-- Cache values
|
|
// mid 1
|
|
MIDDLE_ENTRY_1:STRING=1
|
|
|
|
// mid 2
|
|
MIDDLE_ENTRY_2:STRING=2
|
|
|
|
// mid 3
|
|
MIDDLE_ENTRY_3:STRING=3$
|