Skip to content
Snippets Groups Projects

[cmake] Only print TBB found msg when first found

Open Timo Koch requested to merge fix/find-tbb-shortcircuit-found into master
  1. Mar 18, 2025
    • Timo Koch's avatar
      [cmake] Only print TBB found msg when first found · 38f5393c
      Timo Koch authored
      The package is found with QUIET but when found a msg is printed.
      However this message was always printed when find_package(TBB) is
      called, even when it was already found before leading to multiple
      duplicate outputs in the log.
      38f5393c
Loading