[package] eigen3/3.3.9: CMake Warning stating that target name Eigen3::Eigen
already exists.
#8949
Labels
bug
Something isn't working
Eigen3::Eigen
already exists.
#8949
Package and Environment Details (include every applicable attribute)
Conan profile (output of
conan profile show default
orconan profile show <profile>
if custom profile is in use)Steps to reproduce (Include if Applicable)
If you have a requirement with eigen and
find_package(Eigen3 CONFIG)
you get the warning.You get the following warning:
If I don't use
find_package
I don't get a warning, but I should use find_package, shouldn't I?find_package(Eigen3 REQUIRED CONFIG)
The text was updated successfully, but these errors were encountered: