Skip to content

Commit b3425e1

Browse files
authored
Update merge-spmv.vcxproj
1 parent 83ff0af commit b3425e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DirectProgramming/C++SYCL/SparseLinearAlgebra/merge-spmv/merge-spmv.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
2121
<ConfigurationType>Application</ConfigurationType>
2222
<UseDebugLibraries>true</UseDebugLibraries>
23-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
23+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
2424
<CharacterSet>Unicode</CharacterSet>
2525
</PropertyGroup>
2626
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
2727
<ConfigurationType>Application</ConfigurationType>
2828
<UseDebugLibraries>false</UseDebugLibraries>
29-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
29+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
3030
<WholeProgramOptimization>true</WholeProgramOptimization>
3131
<CharacterSet>Unicode</CharacterSet>
3232
</PropertyGroup>

0 commit comments

Comments
 (0)