summaryrefslogtreecommitdiffstats
path: root/Source/cmSetPropertyCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-06-09 17:18:42 (GMT)
committerBrad King <brad.king@kitware.com>2010-06-09 17:18:42 (GMT)
commitbeabb3319e84158bdf15bf4a141726a635118835 (patch)
tree16c3626bd2b710df8b41a7740bb79c18dada9048 /Source/cmSetPropertyCommand.h
parent86de1d6504737510e2107aa0323ec761d666bfaa (diff)
downloadCMake-beabb3319e84158bdf15bf4a141726a635118835.zip
CMake-beabb3319e84158bdf15bf4a141726a635118835.tar.gz
CMake-beabb3319e84158bdf15bf4a141726a635118835.tar.bz2
Document scope of source file properties
Also remove out-dated list of source file properties from the set_source_files_properties command.
Diffstat (limited to 'Source/cmSetPropertyCommand.h')
-rw-r--r--Source/cmSetPropertyCommand.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmSetPropertyCommand.h b/Source/cmSetPropertyCommand.h
index 853e7ba..c477bb7 100644
--- a/Source/cmSetPropertyCommand.h
+++ b/Source/cmSetPropertyCommand.h
@@ -66,7 +66,9 @@ public:
"directory (already processed by CMake) may be named by full or "
"relative path.\n"
"TARGET scope may name zero or more existing targets.\n"
- "SOURCE scope may name zero or more source files.\n"
+ "SOURCE scope may name zero or more source files. "
+ "Note that source file properties are visible only to targets "
+ "added in the same directory (CMakeLists.txt).\n"
"TEST scope may name zero or more existing tests.\n"
"CACHE scope must name zero or more cache existing entries.\n"
"The required PROPERTY option is immediately followed by the name "