Skip to content

Commit effcd12

Browse files
authored
C++ standards should apply to all platforms..... (#1283)
Fixes CI.
1 parent a1e04b4 commit effcd12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

constants/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ model {
3636
binaries.all {
3737
if (toolChain in VisualCpp) {
3838
cppCompiler.define "WIN32_LEAN_AND_MEAN"
39+
cppCompiler.args "/std:c++17"
3940
} else if (toolChain in Clang || toolChain in Gcc) {
4041
cppCompiler.args "-std=c++17"
4142
}

0 commit comments

Comments
 (0)