Matplot won't build in Visual Studio--cannot set c++ version #419
Replies: 1 comment
-
Ah, got it. I think I had not set the cmake to generate for visual studio, reran that to get a working solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
on build in VS 22 the cmake is recognized, but the settings seem wrong: the build error is this
In file included from H:/projects/c++/matplotplusplus/source/matplot/backend/gnuplot.cpp:9:0:
H:/projects/c++/matplotplusplus/source/matplot/util/common.h:18:23: fatal error: string_view: No such file or directory
#include <string_view>
^
compilation terminated.
make[2]: *** [source/matplot/CMakeFiles/matplot.dir/build.make:92: source/matplot/CMakeFiles/matplot.dir/backend/gnuplot.cpp.obj] Error 1
Beta Was this translation helpful? Give feedback.
All reactions