Browse Source

Help: Make architecture and toolset descriptions generic

Kyle Edwards 5 years ago
parent
commit
6c74bcfc20
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Help/manual/cmake-presets.7.rst

+ 4 - 4
Help/manual/cmake-presets.7.rst

@@ -131,13 +131,13 @@ Format
 
     ``architecture``
 
-      An optional string representing the platform name to use for Visual
-      Studio generators.
+      An optional string representing the platform name to use for generators
+      that support platforms.
 
     ``toolset``
 
-      An optional string representing the toolset name to use for Visual Studio
-      generators.
+      An optional string representing the toolset name to use for generators
+      that support toolsets.
 
     ``cmakeGeneratorConfig``