Skip to content

Commit

Permalink
CI fixed for compiler.cppstd
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed May 8, 2019
1 parent 9d50534 commit 04a3218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
)
builder.add_common_builds(pure_c=False)
for settings, options, env_vars, build_requires, reference in builder.items:
settings["cppstd"] = "20"
settings["compiler.cppstd"] = "20"
builder.run()

0 comments on commit 04a3218

Please sign in to comment.