Skip to content

Commit

Permalink
Update teapot.vcxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
araujo88 authored Mar 28, 2024
1 parent 333335f commit 7d37b0d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions teapot.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
<ClCompile>
<AdditionalOptions>/std:c++20 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<ItemGroup>
<ClCompile>
<AdditionalOptions>/std:c++20 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
</ItemGroup>
</Project>

0 comments on commit 7d37b0d

Please sign in to comment.