summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-04 16:56:14 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-04-04 16:56:14 (GMT)
commitf7dd3f7cf05c588b7cbdee7c8b95306d6f1cc05d (patch)
treeab03dd30ff05e1f4f8f1435b8ae8dda8d189a5eb
parent3b2561736df2c1fd8f69fd9341e1f4c47eb1192d (diff)
downloadCMake-f7dd3f7cf05c588b7cbdee7c8b95306d6f1cc05d.zip
CMake-f7dd3f7cf05c588b7cbdee7c8b95306d6f1cc05d.tar.gz
CMake-f7dd3f7cf05c588b7cbdee7c8b95306d6f1cc05d.tar.bz2
Help: Add link in set_source_files_properties command docs.
Remove claim about unrecognized properties being ignored. Such properties can be retrieved later by the user.
-rw-r--r--Help/command/set_source_files_properties.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/command/set_source_files_properties.rst b/Help/command/set_source_files_properties.rst
index 8ea02a3..b4904e8 100644
--- a/Help/command/set_source_files_properties.rst
+++ b/Help/command/set_source_files_properties.rst
@@ -10,6 +10,6 @@ Source files can have properties that affect how they are built.
[prop2 value2 [...]])
Set properties associated with source files using a key/value paired
-list. See properties documentation for those known to CMake.
-Unrecognized properties are ignored. Source file properties are
-visible only to targets added in the same directory (CMakeLists.txt).
+list. See :ref:`Source File Properties` for the list of properties known
+to CMake. Source file properties are visible only to targets added
+in the same directory (CMakeLists.txt).