diff options
author | Petr Kmoch <petr.kmoch@gmail.com> | 2012-10-11 19:57:22 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-11-13 14:08:44 (GMT) |
commit | d1f8828cc8094efd098db2dea85b7ec6c2f971dd (patch) | |
tree | 6198e1a92d57ca8ea7798f3201ad9924a2de3f53 /Source/cmSetTargetPropertiesCommand.h | |
parent | b777272b0b165a62d61b745a394fe4fc99dc66ee (diff) | |
download | CMake-d1f8828cc8094efd098db2dea85b7ec6c2f971dd.zip CMake-d1f8828cc8094efd098db2dea85b7ec6c2f971dd.tar.gz CMake-d1f8828cc8094efd098db2dea85b7ec6c2f971dd.tar.bz2 |
Add property EXCLUDE_FROM_DEFAULT_BUILD_<CONFIG>
Allow EXCLUDE_FROM_DEFAULT_BUILD to be specified per configuration.
Diffstat (limited to 'Source/cmSetTargetPropertiesCommand.h')
-rw-r--r-- | Source/cmSetTargetPropertiesCommand.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h index 65c89fa..9dd7848 100644 --- a/Source/cmSetTargetPropertiesCommand.h +++ b/Source/cmSetTargetPropertiesCommand.h @@ -156,7 +156,9 @@ public: "\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\"." + "part of the default build when you select \"Build Solution\". " + "This can also be set on a per-configuration basis using " + "EXCLUDE_FROM_DEFAULT_BUILD_<CONFIG>." ; } |