We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8f23e commit d15e1d2Copy full SHA for d15e1d2
CMakeLists.txt
@@ -109,8 +109,8 @@ if(CMAKE_VERSION VERSION_GREATER "3.12")
109
cmake_policy(SET CMP0074 NEW)
110
endif()
111
112
-# Force C++ standard to be C++11 at least
113
-check_minimal_cxx_standard(11 ENFORCE)
+# Force C++ standard to be C++17 at least
+check_minimal_cxx_standard(17 ENFORCE)
114
115
# --- OPTIONS ----------------------------------------
116
option(BUILD_BENCHMARK "Build the benchmarks" OFF)
0 commit comments