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
8 lines
239 B
Plaintext
8 lines
239 B
Plaintext
-- Configuring done .*
|
|
-- Printing properties\.\.\.
|
|
+All properties for TARGET mylib \(and all reachable\) matching name '\^MY_' and value 'alpha':
|
|
+mylib\.MY_PROP = "alpha-mylib"
|
|
+leaflib\.MY_PROP = "alpha-leaf"
|
|
|
|
-- Generating done .*
|