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

Missing CMake configuration file #34

Open
afossa opened this issue Jul 17, 2024 · 1 comment
Open

Missing CMake configuration file #34

afossa opened this issue Jul 17, 2024 · 1 comment

Comments

@afossa
Copy link

afossa commented Jul 17, 2024

The file PagmoPNFFindBoost.cmake was removed with the last commit to master.
Although the plugin is built correctly and the tests pass, this file is still required when configuring a project that depends on pagmo_plugins_nonfree with CMake.
Manually picking this file from 15f0eb1 and copying it into CMAKE_INSTALL_PREFIX/lib/cmake/pagmo_plugins_nonfree/ solves the issue.

@darioizzo
Copy link
Member

I believe that is indeed a bug as the file is not needed, but its still looked for in the cmake.in ... I will fix this in next release, in the meantime your workaround seems to make sense.

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