We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I installed the library successfully (tested the binaries and via a CMake sample application). However, Meson has trouble to find it:
jkqt = dependency('JKQTPlotter6', required: true)
it simply says that CMake couldn't find it. Did anybody have a similar issue with using Meson?
Thanks a lot.
The text was updated successfully, but these errors were encountered:
I do not officially support Meson (as I usually work with CMake and don't know meson well enough) ...
That said: The build seems to have gone through ... is there anything I can do to help?
On idea: The CMake target to link against JKQTPlotter 6 is actually called "JKQTPlotter6::JKQTPlotter6", i.e. with a anmespace designator ... maybe using that helps? See also https://jkriege2.github.io/JKQtPlotter/page_buildinstructions__c_m_a_k_e.html
Best, JAN
Sorry, something went wrong.
No branches or pull requests
Hello,
I installed the library successfully (tested the binaries and via a CMake sample application). However, Meson has trouble to find it:
it simply says that CMake couldn't find it. Did anybody have a similar issue with using Meson?
Thanks a lot.
The text was updated successfully, but these errors were encountered: