-
- Downloads
COMP: Streamline client project integration updating TBB from 2019_U2 to 2019_U9
See https://github.com/oneapi-src/oneTBB/releases/tag/2019_U9 This commit has two purposes: * update the version of TBB to latest version providing the "task_scheduler_init" API deprecated in newer version. * remove the iMSTK specific logic to look up iMSTK and rely on TBB_DIR and associated TBBConfig file. * rename the external project from "tbb" to "TBB" to be consistent with the current naming convention.
Showing
- CMake/External/External_TBB.cmake 92 additions, 0 deletionsCMake/External/External_TBB.cmake
- CMake/External/External_tbb.cmake 0 additions, 12 deletionsCMake/External/External_tbb.cmake
- CMake/Findtbb.cmake 0 additions, 11 deletionsCMake/Findtbb.cmake
- CMake/iMSTKConfig.cmake.in 2 additions, 5 deletionsCMake/iMSTKConfig.cmake.in
- CMakeLists.txt 2 additions, 6 deletionsCMakeLists.txt
- Source/Common/CMakeLists.txt 1 addition, 1 deletionSource/Common/CMakeLists.txt
CMake/External/External_TBB.cmake
0 → 100644
CMake/External/External_tbb.cmake
deleted
100644 → 0
CMake/Findtbb.cmake
deleted
100644 → 0
Please register or sign in to comment