Skip to content

Commit 905cd4d

Browse files
committed
Updating standard to C++17
1 parent a6781a4 commit 905cd4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required (VERSION 3.5)
22

3-
set(CMAKE_CXX_STANDARD 11)
3+
set(CMAKE_CXX_STANDARD 17)
44
set(CMAKE_CXX_STANDARD_REQUIRED ON)
55

66
option(EXAMPLES "Build examples and tiny_loopback" OFF)

0 commit comments

Comments
 (0)