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

Failing to install a prinf-config.cmake file #166

Closed
eyalroz opened this issue Nov 9, 2023 · 0 comments
Closed

Failing to install a prinf-config.cmake file #166

eyalroz opened this issue Nov 9, 2023 · 0 comments
Labels
bug Something isn't working resolved-on-develop A changeset fixing this issue has been commiutted to the development branch

Comments

@eyalroz
Copy link
Owner

eyalroz commented Nov 9, 2023

Our installation commands in CMakeLists.txt are currently lacking a critical component... installing a print-config.cmake file, without which find_package() will not be able to find the installed library. Thanks goes to @crvux for pointing this out and offering PR #165 .

@eyalroz eyalroz added the bug Something isn't working label Nov 9, 2023
eyalroz pushed a commit that referenced this issue Nov 9, 2023
This file is installed along with the other CMake configuration file (targets, version, build-type); it is the file which `find_package()` searches for.
@eyalroz eyalroz added the resolved-on-develop A changeset fixing this issue has been commiutted to the development branch label Nov 10, 2023
eyalroz pushed a commit that referenced this issue Jul 19, 2024
This file is installed along with the other CMake configuration file (targets, version, build-type); it is the file which `find_package()` searches for.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working resolved-on-develop A changeset fixing this issue has been commiutted to the development branch
Projects
None yet
Development

No branches or pull requests

1 participant