summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-06-08 13:15:13 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-06-08 13:15:19 (GMT)
commit53d3e43c37debc9044f966a995a0c1d41c56e021 (patch)
tree4d858d585abae2299d967bf88187f2d0002a34c7 /Help
parent252093c2161fe499eccbcde1c87878b4cdbe67b5 (diff)
parent2a37b7fd77dc2a9cb64efcc0f5073ce4a7453c2f (diff)
downloadCMake-53d3e43c37debc9044f966a995a0c1d41c56e021.zip
CMake-53d3e43c37debc9044f966a995a0c1d41c56e021.tar.gz
CMake-53d3e43c37debc9044f966a995a0c1d41c56e021.tar.bz2
Merge topic 'set_source_files_properties'
2a37b7fd77 Help: Fix typo with misnamed set_source_files_property() in example Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7340
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")