We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46d966 commit 89b9c32Copy full SHA for 89b9c32
1 file changed
source/platform.props
@@ -11,7 +11,7 @@
11
<PropertyGroup Label="Configuration" Condition="'$(CustomPlatfotmPropertyDir)' == ''">
12
<!-- v142 = Visual Studio 2019 compiler -->
13
<!-- v143 = Visual Studio 2022 compiler -->
14
- <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
+ <PlatformToolset>v142</PlatformToolset>
15
<MRCudaVersion Condition="'$(PlatformToolset)' == 'v142'">11.4</MRCudaVersion>
16
<MRCudaVersion Condition="'$(PlatformToolset)' == 'v143'">12.0</MRCudaVersion>
17
<PreferredToolArchitecture>x86</PreferredToolArchitecture> <!-- Using 32-bit build tools reduces memory consumption and fixes error C3859: Failed to create virtual memory for PCH -->
0 commit comments