Thanks for the bug report.

This is due to CamiTK CMake macros who do not consider the case that testing could be disabled! To fix this bugs requires to add few safeguards in the CMake macros (by checking first if CMake BUILD_TESTING is on before setting test properties).
This is definitely possible to achieve in a relatively small amount of time.

Would that be important to fix in the current trixie timeline (or just nice to have)?

Last question: I tried to reproduce the bug in a normal/non packaging situation using
cmake ... -DBUILD_TESTING=OFF.

Is that enough, or did I miss some other settings?

Best regards,
Emmanuel

Reply via email to