Browse Source

fixed cmake arg where space is not required

c6burns 6 years ago
parent
commit
b2cd70cf4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MSBuild/CMake/CMake.Build.targets

+ 1 - 1
MSBuild/CMake/CMake.Build.targets

@@ -34,7 +34,7 @@ SOFTWARE.
 
 
     <PropertyGroup Condition="'$(OSPlatformWindows)' == 'true'">
     <PropertyGroup Condition="'$(OSPlatformWindows)' == 'true'">
         <CMakeVSArch></CMakeVSArch>
         <CMakeVSArch></CMakeVSArch>
-        <CMakeVSArch Condition="'$(Platform)' == 'x86'">-A Win32</CMakeVSArch>
+        <CMakeVSArch Condition="'$(Platform)' == 'x86'">-AWin32</CMakeVSArch>
         <CMakeGenerator>-G"Visual Studio 16 2019" $(CMakeVSArch) $(CMakeVSToolset)</CMakeGenerator>
         <CMakeGenerator>-G"Visual Studio 16 2019" $(CMakeVSArch) $(CMakeVSToolset)</CMakeGenerator>
     </PropertyGroup>
     </PropertyGroup>
     <PropertyGroup Condition="'$(OSPlatformWindows)' != 'true'">
     <PropertyGroup Condition="'$(OSPlatformWindows)' != 'true'">