mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Print CMake entities' properties in human-readable form for debugging. Issue: #27513
10 lines
303 B
Plaintext
10 lines
303 B
Plaintext
-- Printing properties\.\.\.
|
|
Properties for CACHE MY_CACHE_A:
|
|
MY_CACHE_A\.TYPE = "STRING"
|
|
MY_CACHE_A\.HELPSTRING = "help A"
|
|
MY_CACHE_A\.NOT_SET = <NOTFOUND>
|
|
Properties for CACHE MY_CACHE_B:
|
|
MY_CACHE_B\.TYPE = "PATH"
|
|
MY_CACHE_B\.HELPSTRING = "help B"
|
|
MY_CACHE_B\.NOT_SET = <NOTFOUND>
|