We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7016a28 commit eb4eab1Copy full SHA for eb4eab1
build-tools/scripts/NativeToolchain.targets
@@ -11,8 +11,8 @@
11
<PrepareNativeToolchain>call "$(_Vcvarsall)" </PrepareNativeToolchain>
12
</PropertyGroup>
13
<PropertyGroup>
14
- <CmakeGenerator Condition=" '$(OS)' != 'Windows_NT' ">-G "Unix Makefiles"</CmakeGenerator>
15
- <CmakeGenerator Condition=" '$(OS)' == 'Windows_NT' ">-G "NMake Makefiles"</CmakeGenerator>
+ <CmakeGenerator Condition=" '$(OS)' != 'Windows_NT' ">-G "Ninja"</CmakeGenerator>
+ <CmakeGenerator Condition=" '$(OS)' == 'Windows_NT' ">-G "Ninja"</CmakeGenerator>
16
17
</Target>
18
</Project>
0 commit comments