We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0383f commit cc8e377Copy full SHA for cc8e377
CMakeLists.txt
@@ -14,7 +14,7 @@ target_include_directories(matplotlib_cpp
14
$<INSTALL_INTERFACE:include>
15
)
16
target_compile_features(matplotlib_cpp INTERFACE
17
- cxx_std_11
+ cxx_std_17
18
19
# TODO: Use `Development.Embed` component when requiring cmake >= 3.18
20
find_package(Python3 COMPONENTS Interpreter Development REQUIRED)
0 commit comments