Skip to content

Commit

Permalink
try to force c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
victimsnino committed May 13, 2024
1 parent c12474a commit 308b13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"cacheVariables": {
"CMAKE_PROJECT_TOP_LEVEL_INCLUDES": "cmake/conan_provider.cmake",
"CONAN_ARGS": "",
"CONAN_INSTALL_ARGS": "--build=missing;-s=compiler.cppstd=20;-c=tools.system.package_manager:mode=install;-c=tools.system.package_manager:sudo=True"
"CONAN_INSTALL_ARGS": "--build=missing;-s=compiler.cppstd=17;-c=tools.system.package_manager:mode=install;-c=tools.system.package_manager:sudo=True"
}
},
{
Expand Down

0 comments on commit 308b13d

Please sign in to comment.