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

Fix Eigen3 uppercase in CMakeLists.txt #422

Open
wants to merge 1 commit into
base: foxy-devel
Choose a base branch
from

Conversation

gDorndorf
Copy link

Eigen3 does not export a package configuration of the name EIGEN3 which leads to the following error when the generated cmake is used:

~/ws/install/pcl_ros/share/pcl_ros/cmake/ament_cmake_export_dependencies-extras.cmake:21 (find_package):
  By not providing "FindEIGEN3.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "EIGEN3", but
  CMake did not find one.

  Could not find a package configuration file provided by "EIGEN3" with any
  of the following names:

    EIGEN3Config.cmake
    eigen3-config.cmake

  Add the installation prefix of "EIGEN3" to CMAKE_PREFIX_PATH or set
  "EIGEN3_DIR" to a directory containing one of the above files.  If "EIGEN3"
  provides a separate development package or SDK, be sure it has been
  installed.
Call Stack (most recent call first):
  ~/ws/install/pcl_ros/share/pcl_ros/cmake/pcl_rosConfig.cmake:41 (include)
  CMakeLists.txt:32 (find_package)

Eigen3 does not export a package configuration of the name EIGEN3
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

Successfully merging this pull request may close these issues.

1 participant