Skip to content

Commit cc31829

Browse files
committed
chore: Update C++ standard from 11 to 17 in CMakeLists.txt
1 parent 432b74d commit cc31829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if(APPLE)
1111
endif()
1212

1313
# Set C++ standard
14-
set(CMAKE_CXX_STANDARD 11)
14+
set(CMAKE_CXX_STANDARD 17)
1515
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1616

1717
# Common source files

0 commit comments

Comments
 (0)