Skip to content

Commit

Permalink
ci: fix Windows build after PR 2760
Browse files Browse the repository at this point in the history
  • Loading branch information
canepat committed Mar 6, 2025
1 parent 9912e31 commit 08072de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/profiles/windows_msvc_193_debug
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ compiler=msvc
compiler.version=193
compiler.runtime=dynamic
compiler.runtime_type=Release
compiler.cppstd=14
compiler.cppstd=20
build_type=Debug
2 changes: 1 addition & 1 deletion cmake/profiles/windows_msvc_193_release
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ compiler=msvc
compiler.version=193
compiler.runtime=dynamic
compiler.runtime_type=Release
compiler.cppstd=14
compiler.cppstd=20
build_type=Release

0 comments on commit 08072de

Please sign in to comment.