diff --git a/Modules/CMakePrintHelpers.cmake b/Modules/CMakePrintHelpers.cmake index 6d6355cce1..fb201dc2db 100644 --- a/Modules/CMakePrintHelpers.cmake +++ b/Modules/CMakePrintHelpers.cmake @@ -10,12 +10,12 @@ e.g. for debugging. :: - cmake_print_properties([TARGETS target1 .. targetN] - [SOURCES source1 .. sourceN] - [DIRECTORIES dir1 .. dirN] - [TESTS test1 .. testN] - [CACHE_ENTRIES entry1 .. entryN] - PROPERTIES prop1 .. propN ) + cmake_print_properties( ...] | + SOURCES [ ...] | + DIRECTORIES [ ...] | + TESTS [ ...] | + CACHE_ENTRIES [ ...] > + PROPERTIES [ ...] ) This function prints the values of the properties of the given targets, source files, directories, tests or cache entries. Exactly one of the