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

janssonConfig.cmake only packaged on Fedora and OpenMandriva #668

Closed
JosiahWI opened this issue Nov 1, 2023 · 2 comments
Closed

janssonConfig.cmake only packaged on Fedora and OpenMandriva #668

JosiahWI opened this issue Nov 1, 2023 · 2 comments

Comments

@JosiahWI
Copy link

JosiahWI commented Nov 1, 2023

The CMake config and target files are not getting packaged. I have confirmed the files are missing on Alma 9, and according to this package search they are missing everywhere but Fedora and OpenMandriva. Unless a user of libjansson is only targeting Fedora and OpenMandriva, this means they can't rely on the config.

Is there something you can do so package maintainers get those files included in their packages?

@akheron
Copy link
Owner

akheron commented Jul 9, 2024

Not sure which files you mean specifically, but at least janssonConfig.cmake is generated by running CMake. The idea is not to ship the build system generated by CMake, but just enough files to be able to run CMake to generate the build system.

@akheron akheron closed this as completed Jul 9, 2024
@JosiahWI
Copy link
Author

JosiahWI commented Jul 9, 2024

I mean that

find_package(jansson)

does not work on most systems after installing libjansson-devel or whatever the package may be called. This may not be an issue with this repository, as far as I know, but with the packaging on those systems.

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

No branches or pull requests

2 participants