cmake find_package(TBB) examples

CGAL/cgal Box_intersection_d/test/Box_intersection_d/CMakeLists.txt :15

find_package(TBB QUIET)

CGAL/cgal Classification/examples/Classification/CMakeLists.txt :37

find_package(TBB QUIET)

CGAL/cgal Classification/test/Classification/CMakeLists.txt :37

find_package(TBB QUIET)

CGAL/cgal Frechet_distance/examples/Frechet_distance/CMakeLists.txt :30

find_package(TBB QUIET)

CGAL/cgal Installation/cmake/modules/FindTBB.cmake :5

#  find_package(TBB
#    [REQUIRED]             # Fail with error if TBB is not found
#    )                      #

CGAL/cgal Installation/cmake/modules/FindTBB.cmake :200

find_package(TBB QUIET NO_MODULE NO_CMAKE_SYSTEM_PATH NO_SYSTEM_ENVIRONMENT_PATH)

CGAL/cgal Installation/cmake/modules/FindTBB.cmake :207

find_package(TBB 2019.0.11005 QUIET NO_MODULE)

CGAL/cgal Installation/cmake/modules/UseTBB.cmake :2

# It assumes that find_package(TBB) was already called.

CGAL/cgal Installation/test/Installation/CMakeLists.txt :32

find_package(TBB QUIET)

CGAL/cgal Isosurfacing_3/benchmark/Isosurfacing_3/CMakeLists.txt :12

find_package(TBB)

CGAL/cgal Isosurfacing_3/examples/Isosurfacing_3/CMakeLists.txt :12

find_package(TBB QUIET)

CGAL/cgal Isosurfacing_3/test/Isosurfacing_3/CMakeLists.txt :10

find_package(TBB QUIET)

CGAL/cgal Lab/demo/Lab/CMakeLists.txt :74

find_package(TBB QUIET)

CGAL/cgal Lab/demo/Lab/CMakeLists.txt :98

find_package(TBB REQUIRED)

CGAL/cgal Lab/demo/Lab/CMakeLists.txt :107

find_package(TBB)

CGAL/cgal Mesh_3/benchmark/Mesh_3/CMakeLists.txt :24

find_package(TBB REQUIRED)

CGAL/cgal Mesh_3/benchmark/Mesh_3/CMakeLists.txt :29

find_package(TBB)

CGAL/cgal Mesh_3/examples/Mesh_3/CMakeLists.txt :17

find_package(TBB REQUIRED)

CGAL/cgal Mesh_3/test/Mesh_3/CMakeLists.txt :17

find_package(TBB QUIET)

CGAL/cgal Point_set_processing_3/examples/Point_set_processing_3/CMakeLists.txt :26

find_package(TBB REQUIRED)

CGAL/cgal Point_set_processing_3/test/Point_set_processing_3/CMakeLists.txt :79

find_package(TBB QUIET)

CGAL/cgal Poisson_surface_reconstruction_3/examples/Poisson_surface_reconstruction_3/CMakeLists.txt :45

find_package(TBB REQUIRED)

CGAL/cgal Poisson_surface_reconstruction_3/test/Poisson_surface_reconstruction_3/CMakeLists.txt :8

find_package(TBB QUIET)

CGAL/cgal Polygon_mesh_processing/examples/Polygon_mesh_processing/CMakeLists.txt :136

find_package(TBB QUIET)

CGAL/cgal Polygon_mesh_processing/test/Polygon_mesh_processing/CMakeLists.txt :110

find_package(TBB QUIET)

CGAL/cgal Scale_space_reconstruction_3/examples/Scale_space_reconstruction_3/CMakeLists.txt :10

find_package(TBB QUIET)

CGAL/cgal Spatial_searching/examples/Spatial_searching/CMakeLists.txt :42

find_package(TBB QUIET)

CGAL/cgal Spatial_sorting/examples/Spatial_sorting/CMakeLists.txt :17

find_package(TBB QUIET)

CGAL/cgal Spatial_sorting/test/Spatial_sorting/CMakeLists.txt :12

find_package(TBB QUIET)

CGAL/cgal STL_Extension/benchmark/compact_container_benchmark/CMakeLists.txt :6

find_package(TBB QUIET)

CGAL/cgal STL_Extension/test/STL_Extension/CMakeLists.txt :9

find_package(TBB QUIET)

CGAL/cgal Surface_mesh_simplification/examples/Surface_mesh_simplification/CMakeLists.txt :45

find_package(TBB QUIET)

CGAL/cgal TDS_3/test/TDS_3/CMakeLists.txt :8

find_package(TBB QUIET)

CGAL/cgal Tetrahedral_remeshing/examples/Tetrahedral_remeshing/CMakeLists.txt :20

find_package(TBB REQUIRED)

CGAL/cgal Tetrahedral_remeshing/examples/Tetrahedral_remeshing/CMakeLists.txt :23

find_package(TBB QUIET)

CGAL/cgal Triangulation_3/benchmark/Triangulation_3/CMakeLists.txt :27

find_package(TBB REQUIRED)

CGAL/cgal Triangulation_3/demo/Triangulation_3/CMakeLists.txt :26

find_package(TBB REQUIRED)

CGAL/cgal Triangulation_3/demo/Triangulation_3/CMakeLists.txt :32

find_package(TBB)

CGAL/cgal Triangulation_3/examples/Triangulation_3/CMakeLists.txt :30

find_package(TBB QUIET)

CGAL/cgal Triangulation_3/test/Triangulation_3/CMakeLists.txt :9

find_package(TBB QUIET)

embree/embree common/cmake/FindTBB.cmake :9

# find_package(TBB 2017.0 EXACT REQUIRED
#              tbb tbbmalloc
#              OPTIONAL_COMPONENTS tbbmalloc_proxy
#              QUIET)

embree/embree common/tasking/CMakeLists.txt :23

find_package(TBB 2020 COMPONENTS ${EMBREE_TBB_COMPONENT} CONFIG ${TBB_FIND_PACKAGE_OPTION})

embree/embree common/tasking/CMakeLists.txt :33

find_package(TBB 4.1 REQUIRED ${EMBREE_TBB_COMPONENT})

ispc/ispc ispcrt/detail/cpu/CMakeLists.txt :52

find_package(TBB QUIET COMPONENTS tbb)

InsightSoftwareConsortium/ITK Modules/ThirdParty/TBB/CMakeLists.txt :12

find_package(TBB REQUIRED CONFIG)

InsightSoftwareConsortium/ITK Modules/ThirdParty/TBB/CMakeLists.txt :20

find_package(TBB REQUIRED CONFIG)

InsightSoftwareConsortium/ITK Modules/ThirdParty/TBB/itk-module-init.cmake :2

find_package(TBB REQUIRED CONFIG) # must have TBBConfig.cmake, provided since version tbb2017_20170604oss

Framstag/libosmscout cmake/features.cmake :373

find_package(TBB QUIET)

rui314/mold CMakeLists.txt :221

find_package(TBB REQUIRED)

rui314/mold third-party/blake3/c/CMakeLists.txt :221

find_package(TBB 2021.11.0 QUIET)

rui314/mold third-party/blake3/c/dependencies/tbb/CMakeLists.txt :1

find_package(TBB 2021.11.0 QUIET)

rui314/mold third-party/tbb/CMakeLists.txt :273

find_package(TBB REQUIRED)

rui314/mold third-party/tbb/examples/common/cmake/common.cmake :21

find_package(TBB REQUIRED COMPONENTS ${required_components})

rui314/mold third-party/tbb/examples/common/cmake/modules/FindTBB.cmake :18

find_package(TBB QUIET CONFIG)

OpenImageDenoise/oidn cmake/FindTBB.cmake :9

# find_package(TBB 2017.0 EXACT REQUIRED
#              tbb tbbmalloc
#              OPTIONAL_COMPONENTS tbbmalloc_proxy
#              QUIET)

OpenImageDenoise/oidn devices/cpu/CMakeLists.txt :9

find_package(TBB ${OIDN_TBB_MIN_VERSION} COMPONENTS tbb CONFIG NO_DEFAULT_PATH)

OpenImageDenoise/oidn devices/cpu/CMakeLists.txt :11

find_package(TBB ${OIDN_TBB_MIN_VERSION} COMPONENTS tbb CONFIG)

OpenImageDenoise/oidn devices/cpu/CMakeLists.txt :16

find_package(TBB ${OIDN_TBB_MIN_VERSION} REQUIRED tbb)

uxlfoundation/oneTBB CMakeLists.txt :292

find_package(TBB REQUIRED)

uxlfoundation/oneTBB examples/common/cmake/common.cmake :21

find_package(TBB REQUIRED COMPONENTS ${required_components})

uxlfoundation/oneTBB examples/common/cmake/modules/FindTBB.cmake :18

find_package(TBB QUIET CONFIG)

opencv/opencv cmake/OpenCVDetectTBB.cmake :22

find_package(TBB QUIET COMPONENTS tbb PATHS "$ENV{TBBROOT}/cmake" "$ENV{TBBROOT}/lib/cmake/tbb")

opencv/opencv samples/cpp/tutorial_code/core/parallel_backend/CMakeLists.txt :24

find_package(TBB QUIET)

AcademySoftwareFoundation/openexr cmake/OpenEXRSetup.cmake :197

find_package(TBB)

AcademySoftwareFoundation/OpenImageIO src/cmake/modules/FindTBB.cmake :31

#  find_package(TBB [major[.minor]] [EXACT]
#               [QUIET] [REQUIRED]
#               [[COMPONENTS] [components...]]
#               [OPTIONAL_COMPONENTS components...])

RenderKit/openpgl CMakeLists.txt :88

FIND_PACKAGE(TBB REQUIRED ${OPENPGL_TBB_COMPONENT})

RenderKit/openpgl cmake/FindTBB.cmake :9

# find_package(TBB 2017.0 EXACT REQUIRED
#              tbb tbbmalloc
#              OPTIONAL_COMPONENTS tbbmalloc_proxy
#              QUIET)

openscad/openscad CMakeLists.txt :983

find_package(TBB QUIET)

PixarAnimationStudios/OpenSubdiv CMakeLists.txt :356

find_package(TBB 2018 COMPONENTS tbb)

openturns/openturns CMakeLists.txt :164

find_package (TBB CONFIG)

openturns/openturns CMakeLists.txt :170

find_package (TBB 2017)

AcademySoftwareFoundation/openvdb cmake/FindOpenVDB.cmake :491

find_package(TBB REQUIRED COMPONENTS tbb)

AcademySoftwareFoundation/openvdb cmake/FindTBB.cmake :13

find_package(TBB
  [version] [EXACT]      # Minimum or EXACT version
  [REQUIRED]             # Fail with error if Tbb is not found
  [COMPONENTS <libs>...] # Tbb libraries by their canonical name
                         # e.g. "tbb" for "libtbb"
  )

AcademySoftwareFoundation/openvdb nanovdb/nanovdb/CMakeLists.txt :139

find_package(TBB ${MINIMUM_TBB_VERSION} REQUIRED)

AcademySoftwareFoundation/openvdb openvdb/openvdb/CMakeLists.txt :132

find_package(TBB ${MINIMUM_TBB_VERSION} REQUIRED COMPONENTS tbb)

AcademySoftwareFoundation/openvdb openvdb/openvdb/unittest/CMakeLists.txt :57

find_package(TBB ${MINIMUM_TBB_VERSION} REQUIRED COMPONENTS tbbmalloc)

AcademySoftwareFoundation/openvdb openvdb_ax/openvdb_ax/test/CMakeLists.txt :48

find_package(TBB ${MINIMUM_TBB_VERSION} REQUIRED COMPONENTS tbbmalloc)

AcademySoftwareFoundation/openvdb openvdb_cmd/CMakeLists.txt :56

find_package(TBB ${MINIMUM_TBB_VERSION} REQUIRED COMPONENTS tbbmalloc)

AcademySoftwareFoundation/openvdb openvdb_cmd/vdb_ax/CMakeLists.txt :29

find_package(TBB ${MINIMUM_TBB_VERSION} REQUIRED COMPONENTS tbbmalloc)

qgis/QGIS external/PDF4QT/CMakeLists.txt :100

# find_package(TBB REQUIRED)

facebook/rocksdb CMakeLists.txt :404

find_package(TBB REQUIRED)

Viskores/viskores CMake/FindTBB.cmake :3

#  find_package(TBB
#    [REQUIRED]             # Fail with error if TBB is not found
#    )                      #

Viskores/viskores CMake/FindTBB.cmake :87

find_package(TBB CONFIG ${_tbb_find_quiet}
  COMPONENTS ${_tbb_find_components}
  OPTIONAL_COMPONENTS ${_tbb_find_optional_components})

Viskores/viskores CMake/ViskoresDeviceAdapters.cmake :53

# Skip find_package(TBB) if we already have it

Viskores/viskores CMake/ViskoresDeviceAdapters.cmake :55

find_package(TBB REQUIRED)