Skip to content

Commit

Permalink
(ci) Fixing weird filesystem errors [ci skip]
Browse files Browse the repository at this point in the history
Seems like for gcc the use of <filesystem> only works in c++17 mode.

KhronosGroup/OpenXR-SDK-Source#260
  • Loading branch information
acgetchell committed Jan 4, 2023
1 parent 7fe8a32 commit 09b4884
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 @@ -34,7 +34,7 @@
"hidden": true,
"cacheVariables": {
"CMAKE_CXX_EXTENSIONS": "OFF",
"CMAKE_CXX_STANDARD": "20",
"CMAKE_CXX_STANDARD": "17",
"CMAKE_CXX_STANDARD_REQUIRED": "ON"
}
},
Expand Down

0 comments on commit 09b4884

Please sign in to comment.