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
Starting from conan 2.10, CMakeDeps generates incorrect dependencies between ITK components in ITKTargets.cmake. In the log below, dependency to ITKTestKernel is added for each component, which is wrong.
Hi @yzakharchuk thanks a lot for the report, and for a way to reproduce it consistentely
This is in fact a regression on Conan 2.10. I have now proposed conan-io/conan#17503 to address this, which should make it to the next Conan release :)
Description
Starting from conan 2.10, CMakeDeps generates incorrect dependencies between ITK components in ITKTargets.cmake. In the log below, dependency to ITKTestKernel is added for each component, which is wrong.
Package and Environment Details
Conan profile
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu17
compiler.libcxx=libstdc++11
compiler.version=11
os=Linux
Steps to reproduce
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: