Skip to content

Commit eb4eab1

Browse files
committed
Use Ninja instead of Makefiles.
1 parent 7016a28 commit eb4eab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-tools/scripts/NativeToolchain.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<PrepareNativeToolchain>call "$(_Vcvarsall)" </PrepareNativeToolchain>
1212
</PropertyGroup>
1313
<PropertyGroup>
14-
<CmakeGenerator Condition=" '$(OS)' != 'Windows_NT' ">-G "Unix Makefiles"</CmakeGenerator>
15-
<CmakeGenerator Condition=" '$(OS)' == 'Windows_NT' ">-G "NMake Makefiles"</CmakeGenerator>
14+
<CmakeGenerator Condition=" '$(OS)' != 'Windows_NT' ">-G "Ninja"</CmakeGenerator>
15+
<CmakeGenerator Condition=" '$(OS)' == 'Windows_NT' ">-G "Ninja"</CmakeGenerator>
1616
</PropertyGroup>
1717
</Target>
1818
</Project>

0 commit comments

Comments
 (0)