Skip to content

Commit

Permalink
also bump msvc for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jamierpond committed Apr 19, 2024
1 parent 3d8783c commit 4a1138c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if(MSVC)
# Avoids multiple problems

# Due to multiple bugs, forced upgrade to C++ 20
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD 23)

# Set the policy to use the new behavior
if(POLICY CMP0067)
Expand Down

0 comments on commit 4a1138c

Please sign in to comment.