Skip to content

Commit d7510a5

Browse files
authored
switch from c++11 to c++17 (#43)
1 parent 7e463ae commit d7510a5

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
@@ -6,7 +6,7 @@ set(PROJECT_VERSION 0.1.0) # major version is zero for now since api will
66

77
option(BUILD_EXAMPLES "Build examples" ON)
88

9-
set(CMAKE_CXX_FLAGS "-std=c++11 -I/usr/include -I/usr/local/include -fPIC")
9+
set(CMAKE_CXX_FLAGS "-std=c++17 -I/usr/include -I/usr/local/include -fPIC")
1010
if(${CMAKE_SYSTEM_NAME} MATCHES Darwin)
1111
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -I/opt/homebrew/include")
1212
endif()

0 commit comments

Comments
 (0)