summaryrefslogtreecommitdiffstats
path: root/Source/cmSetTargetPropertiesCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-11-09 14:57:23 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-11-09 14:57:23 (GMT)
commitb0bc59f70988d169dd0c00ccecc19e42548fcd9f (patch)
tree8bdfad578d85761e0314e1cd4cc12fe96015adb0 /Source/cmSetTargetPropertiesCommand.h
parent976424f8d3aec590364e935d5b61905c7c91db83 (diff)
downloadCMake-b0bc59f70988d169dd0c00ccecc19e42548fcd9f.zip
CMake-b0bc59f70988d169dd0c00ccecc19e42548fcd9f.tar.gz
CMake-b0bc59f70988d169dd0c00ccecc19e42548fcd9f.tar.bz2
ENH: commit fix for putting everything in the build on vs
Diffstat (limited to 'Source/cmSetTargetPropertiesCommand.h')
-rw-r--r--Source/cmSetTargetPropertiesCommand.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h
index cf777a6..009127f 100644
--- a/Source/cmSetTargetPropertiesCommand.h
+++ b/Source/cmSetTargetPropertiesCommand.h
@@ -149,6 +149,10 @@ public:
"installing a target. They are used only when the old "
"INSTALL_TARGETS command is used to install the target. Use the "
"INSTALL command instead."
+ "\n"
+ "The EXCLUDE_FROM_DEFAULT_BUILD property is used by the visual "
+ "studio generators. If it is set to 1 the target will not be "
+ "part of the default build when you select \"Build Solution\"."
;
}