You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
After installation the following files are generated under
$CMAKE_INSTALL_PREFIX/CMake
:and under
$CMAKE_INSTALL_PREFIX/share/libpointmatcher/cmake
we got :When using
find_package(libpointmatcher)
CMake found the$CMAKE_INSTALL_PREFIX/CMake
directory first and tell me:Is it possible Is it possible to add these files to the
$CMAKE_INSTALL_PREFIX/CMake
folder?The text was updated successfully, but these errors were encountered: