Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# This file exports the Eigen3::Eigen CMake target which should be passed to the
# target_link_libraries command.
@PACKAGE_INIT@
if (NOT TARGET Eigen3::Eigen)
include ("${CMAKE_CURRENT_LIST_DIR}/Eigen3Targets.cmake")
endif (NOT TARGET Eigen3::Eigen)