Skip to content

Commit

Permalink
No need to specify C++17 standard now
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Jul 24, 2024
1 parent 9896e75 commit df8e416
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@
"cacheVariables": {
"BOOST_ROOT": "/usr",
"BUILD_SHARED_LIBS": false,
"CMAKE_CXX_STANDARD": "17",
"CMAKE_CXX_COMPILER_LAUNCHER": "ccache",
"QL_ENABLE_SESSIONS": "ON",
"QL_ENABLE_THREAD_SAFE_OBSERVER_PATTERN": "ON",
Expand All @@ -312,7 +311,6 @@
"windows-msvc-release"
],
"cacheVariables": {
"CMAKE_CXX_STANDARD": "17",
"CMAKE_UNITY_BUILD": "ON",
"QL_ENABLE_SESSIONS": "ON",
"QL_ENABLE_THREAD_SAFE_OBSERVER_PATTERN": "ON",
Expand Down

0 comments on commit df8e416

Please sign in to comment.