Skip to content
Snippets Groups Projects
Commit 3fe73a9a authored by jmcarcell's avatar jmcarcell
Browse files

Use the config search method with TBB

parent f0fe6f72
No related branches found
No related tags found
1 merge request!1510Remove FindTBB.cmake
......@@ -119,7 +119,7 @@ if(NOT GAUDI_DEPENDENCIES_FIND_QUIETLY)
message(STATUS "Found ROOT: ${ROOT_DIR} (found version ${ROOT_VERSION})")
endif()
find_package(TBB 2019.0.11007.2 REQUIRED ${__quiet})
find_package(TBB 2019.0.11007.2 CONFIG REQUIRED ${__quiet})
set(_gaudi_ZLIB_MIN_VERSION 1.2.11)
foreach(dep IN ITEMS UUID Threads ZLIB Rangev3 cppgsl fmt nlohmann_json)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment