-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
CMake build does not generate QL_PACKAGE_NAME
#1505
Comments
Thanks for posting! It might take a while before we look at your issue, so don't worry if there seems to be no feedback. We'll get to it. |
Forgot to mention, I'm aware |
Sure, go ahead. Thanks! |
This issue was automatically marked as stale because it has been open 60 days with no activity. Remove stale label or comment, or this will be closed in two weeks. |
This issue was automatically marked as stale because it has been open 60 days with no activity. Remove stale label or comment, or this will be closed in two weeks. |
When using CMake, we get a define for
PACKAGE_NAME
instead of theQL_PACKAGE_NAME
when usingconfigure
andmake
.Looking at
qt/Makefile.am
, there's thisintall-data-hook
rule which rewrites a few things on install:This logic isn't present in the CMake build.
There's a few libraries that depend on
QL_PACKAGE_NAME
(e.g https://github.com/eddelbuettel/rquantlib) so I think the CMake build should try to match that.I'm happy to give this a stab, as the CMake build is also missing the pkg-config file generation logic that some libraries need.
The text was updated successfully, but these errors were encountered: