Skip to content

Commit d8003e8

Browse files
committed
Used c++ 17
1 parent 00af75b commit d8003e8

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
@@ -42,7 +42,7 @@ endforeach()
4242

4343
# Build the library with C++11 standard support, independent from other including
4444
# software which may use a different CXX_STANDARD or CMAKE_CXX_STANDARD.
45-
set(CMAKE_CXX_STANDARD 11)
45+
set(CMAKE_CXX_STANDARD 17)
4646
set(CMAKE_CXX_EXTENSIONS OFF)
4747
set(CMAKE_CXX_STANDARD_REQUIRED ON)
4848

0 commit comments

Comments
 (0)