summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-03-13 17:33:53 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-03-13 17:33:53 (GMT)
commit26436346fba7bf535a1cb2d99a9d0647ffde5b0d (patch)
treebd6dd715a00da85719bad1a91a1c8102ead876b2 /Source/cmTarget.cxx
parenta9c83592bfa2a8da5bab604f2765da9586d374ed (diff)
parent3cf2f67adcebbc2f9b60325b067eac2d7dbfdaf1 (diff)
downloadCMake-26436346fba7bf535a1cb2d99a9d0647ffde5b0d.zip
CMake-26436346fba7bf535a1cb2d99a9d0647ffde5b0d.tar.gz
CMake-26436346fba7bf535a1cb2d99a9d0647ffde5b0d.tar.bz2
Merge topic 'doc-fixes'
3cf2f67 Documentation: Clarify a few subtleties
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r--Source/cmTarget.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index d46325b..9639cd8 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -1232,7 +1232,9 @@ void cmTarget::DefineProperties(cmake *cm)
("GENERATOR_FILE_NAME", cmProperty::TARGET,
"Generator's file for this target.",
"An internal property used by some generators to record the name of "
- "project or dsp file associated with this target.");
+ "project or dsp file associated with this target. Note that at configure "
+ "time, this property is only set for targets created by "
+ "include_external_msproject().");
cm->DefineProperty
("SOURCES", cmProperty::TARGET,