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 f442f09Copy full SHA for f442f09
CMakeLists.txt
@@ -110,7 +110,7 @@ if(CMAKE_VERSION VERSION_GREATER "3.12")
110
endif()
111
112
# Force C++ standard to be C++11 at least
113
-check_minimal_cxx_standard(11 ENFORCE)
+check_minimal_cxx_standard(17 ENFORCE)
114
115
# --- OPTIONS ----------------------------------------
116
option(BUILD_BENCHMARK "Build the benchmarks" OFF)
0 commit comments