summaryrefslogtreecommitdiffstats
path: root/Source/cmGetCMakePropertyCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmGetCMakePropertyCommand.h')
-rw-r--r--Source/cmGetCMakePropertyCommand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGetCMakePropertyCommand.h b/Source/cmGetCMakePropertyCommand.h
index c1f66d9..b3cb442 100644
--- a/Source/cmGetCMakePropertyCommand.h
+++ b/Source/cmGetCMakePropertyCommand.h
@@ -62,7 +62,8 @@ public:
"Get a property from the CMake instance. The value of the "
"property is stored in the variable VAR. If the property is "
"not found, CMake will report an error. Some supported properties "
- "include: VARIABLES, CACHE_VARIABLES, COMMANDS, and MACROS.";
+ "include: VARIABLES, CACHE_VARIABLES, COMMANDS, MACROS, and "
+ "COMPONENTS.";
}
cmTypeMacro(cmGetCMakePropertyCommand, cmCommand);