summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorDan Walsh <walshd15@tcd.ie>2022-06-08 10:01:54 (GMT)
committerCraig Scott <craig.scott@crascit.com>2022-06-08 11:18:26 (GMT)
commit2a37b7fd77dc2a9cb64efcc0f5073ce4a7453c2f (patch)
tree3a1325c6e795742d56971432cbe70425d91222b9 /Help
parent031fa14b7eab1e85882eb5a9e10cb8f7f66c1350 (diff)
downloadCMake-2a37b7fd77dc2a9cb64efcc0f5073ce4a7453c2f.zip
CMake-2a37b7fd77dc2a9cb64efcc0f5073ce4a7453c2f.tar.gz
CMake-2a37b7fd77dc2a9cb64efcc0f5073ce4a7453c2f.tar.bz2
Help: Fix typo with misnamed set_source_files_property() in example
Diffstat (limited to 'Help')
-rw-r--r--Help/prop_sf/VS_CSHARP_tagname.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_sf/VS_CSHARP_tagname.rst b/Help/prop_sf/VS_CSHARP_tagname.rst
index 75720f8..77b1e16 100644
--- a/Help/prop_sf/VS_CSHARP_tagname.rst
+++ b/Help/prop_sf/VS_CSHARP_tagname.rst
@@ -16,7 +16,7 @@ Example usage:
.. code-block:: cmake
- set_source_files_property(<filename>
+ set_source_files_properties(<filename>
PROPERTIES
VS_CSHARP_DependentUpon <other file>
VS_CSHARP_SubType "Form")