diff options
author | Brad King <brad.king@kitware.com> | 2022-06-08 13:15:13 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-06-08 13:15:19 (GMT) |
commit | 53d3e43c37debc9044f966a995a0c1d41c56e021 (patch) | |
tree | 4d858d585abae2299d967bf88187f2d0002a34c7 /Help | |
parent | 252093c2161fe499eccbcde1c87878b4cdbe67b5 (diff) | |
parent | 2a37b7fd77dc2a9cb64efcc0f5073ce4a7453c2f (diff) | |
download | CMake-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.rst | 2 |
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") |