How to debug vcpkg install of failing matplotplusplus #453
Replies: 1 comment
-
I had this:
which didn't work. One of the chatbots suggested I do this:
After this, the include path was set. Makes no sense to me, but there you have it. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use matplot++ on Windows through the vcpkg manager.
finds the package, but when I try to use the package and include the <matplot/matplot.h>, all falls apart as the compiler can't find the include directory.
How do I debug this? What are the Matplot++ CMAKE variables that are set to direct compiler include and library paths?
Beta Was this translation helpful? Give feedback.
All reactions