Skip to content
New issue

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

Meson does not find JKQTPlotter6 #132

Open
bilaljo opened this issue Sep 4, 2024 · 1 comment
Open

Meson does not find JKQTPlotter6 #132

bilaljo opened this issue Sep 4, 2024 · 1 comment

Comments

@bilaljo
Copy link

bilaljo commented Sep 4, 2024

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.

@jkriege2
Copy link
Owner

jkriege2 commented Sep 7, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants