Skip to content

Commit f442f09

Browse files
committed
cmake: Enforce C++17
1 parent da8f23e commit f442f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ if(CMAKE_VERSION VERSION_GREATER "3.12")
110110
endif()
111111

112112
# Force C++ standard to be C++11 at least
113-
check_minimal_cxx_standard(11 ENFORCE)
113+
check_minimal_cxx_standard(17 ENFORCE)
114114

115115
# --- OPTIONS ----------------------------------------
116116
option(BUILD_BENCHMARK "Build the benchmarks" OFF)

0 commit comments

Comments
 (0)