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 files after installation #499

Open
maximecharriere opened this issue Aug 16, 2022 · 0 comments
Open

Missing cmake files after installation #499

maximecharriere opened this issue Aug 16, 2022 · 0 comments

Comments

@maximecharriere
Copy link
Contributor

After installation the following files are generated under $CMAKE_INSTALL_PREFIX/CMake :

libpointmatcherConfig.cmake
libpointmatcherConfigVersion.cmake

and under $CMAKE_INSTALL_PREFIX/share/libpointmatcher/cmake we got :

libpointmatcherConfig.cmake
libpointmatcher-config.cmake
libpointmatcher-config-release.cmake
libpointmatcherConfigVersion.cmake
yaml-cpp-pm-targets.cmake
yaml-cpp-pm-targets-release.cmake

When using find_package(libpointmatcher) CMake found the $CMAKE_INSTALL_PREFIX/CMake directory first and tell me:

include could not find requested file:
    $CMAKE_INSTALL_PREFIX/CMake/libpointmatcher-config.cmake
include could not find requested file:
    $CMAKE_INSTALL_PREFIX/CMake/yaml-cpp-pm-targets.cmake

Is it possible Is it possible to add these files to the $CMAKE_INSTALL_PREFIX/CMake folder?

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

1 participant