We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e463ae commit d7510a5Copy full SHA for d7510a5
CMakeLists.txt
@@ -6,7 +6,7 @@ set(PROJECT_VERSION 0.1.0) # major version is zero for now since api will
6
7
option(BUILD_EXAMPLES "Build examples" ON)
8
9
-set(CMAKE_CXX_FLAGS "-std=c++11 -I/usr/include -I/usr/local/include -fPIC")
+set(CMAKE_CXX_FLAGS "-std=c++17 -I/usr/include -I/usr/local/include -fPIC")
10
if(${CMAKE_SYSTEM_NAME} MATCHES Darwin)
11
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -I/opt/homebrew/include")
12
endif()
0 commit comments