Getting the following error when I try to build with CMake:
CMake Error at apps/linear_algebra/benchmarks/CMakeLists.txt:41 (add_executable):
Target "eigen_benchmarks" links to target "Eigen3::Eigen" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
CMake Error at apps/linear_algebra/benchmarks/CMakeLists.txt:41 (add_executable):
Target "eigen_benchmarks" links to target "Eigen3::Eigen" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?