summaryrefslogtreecommitdiffstats
path: root/Source/cmGetTargetPropertyCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-01-05 14:53:22 (GMT)
committerBrad King <brad.king@kitware.com>2009-01-05 14:53:22 (GMT)
commit024aa044dec26b117e396d6b879ee2065dd1625c (patch)
treefc854eeaa25bb42de8848f9012bf3aae3eec22da /Source/cmGetTargetPropertyCommand.h
parentd7ddcc214f108131b1e301af96cd6e1df4ce0070 (diff)
downloadCMake-024aa044dec26b117e396d6b879ee2065dd1625c.zip
CMake-024aa044dec26b117e396d6b879ee2065dd1625c.tar.gz
CMake-024aa044dec26b117e396d6b879ee2065dd1625c.tar.bz2
BUG: Remove old get_target_property docs
The get_target_property command contained some outdated documentation of the LOCATION and TYPE properties. This removes it since they are now documented in the properties list section of the documentation.
Diffstat (limited to 'Source/cmGetTargetPropertyCommand.h')
-rw-r--r--Source/cmGetTargetPropertyCommand.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/Source/cmGetTargetPropertyCommand.h b/Source/cmGetTargetPropertyCommand.h
index 820fdec..524da8a 100644
--- a/Source/cmGetTargetPropertyCommand.h
+++ b/Source/cmGetTargetPropertyCommand.h
@@ -58,21 +58,7 @@ public:
"stored in the variable VAR. If the property is not found, VAR "
"will be set to \"NOTFOUND\". Use set_target_properties to set "
"property values. Properties are usually used to control how "
- "a target is built.\n"
- "The read-only property \"<CONFIG>_LOCATION\" provides the full "
- "path to the file on disk that will be created for the target when "
- "building under configuration <CONFIG> "
- "(in upper-case, such as \"DEBUG_LOCATION\"). "
- "The read-only property \"LOCATION\" specifies "
- "the full path to the file on disk that will be created for the "
- "target. The path may contain a build-system-specific portion that "
- "is replaced at build time with the configuration getting built "
- "(such as \"$(ConfigurationName)\" in VS). "
- "This is very useful for executable targets to get "
- "the path to the executable file for use in a custom command.\n"
- "The read-only property \"TYPE\" returns which type the specified "
- "target has (EXECUTABLE, STATIC_LIBRARY, SHARED_LIBRARY, "
- "MODULE_LIBRARY, UTILITY, INSTALL_FILES or INSTALL_PROGRAMS). "
+ "a target is built, but some query the target instead. "
"This command can get properties for any target so far created. "
"The targets do not need to be in the current CMakeLists.txt file.";
}