Skip to content

Commit cc8e377

Browse files
committed
Change language version from C++11 to C++17
1 parent ef0383f commit cc8e377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ target_include_directories(matplotlib_cpp
1414
$<INSTALL_INTERFACE:include>
1515
)
1616
target_compile_features(matplotlib_cpp INTERFACE
17-
cxx_std_11
17+
cxx_std_17
1818
)
1919
# TODO: Use `Development.Embed` component when requiring cmake >= 3.18
2020
find_package(Python3 COMPONENTS Interpreter Development REQUIRED)

0 commit comments

Comments
 (0)