dyninst icon indicating copy to clipboard operation
dyninst copied to clipboard

tbb version file moved

Open rscohn2 opened this issue 2 years ago • 1 comments

The FindTBB.cmake in the repo does not work with recent releases of TBB because tbb/version.h no longer contains the macros defining the version. If you remove FindTBB, then you will use the file provided by tbb. They have been providing the file for a few years so it should work for most users.

rscohn2 avatar Aug 09 '22 21:08 rscohn2

We are currently working to retool our CMake. Part of that includes increasing the minimum supported version of TBB to one that comes with a CMake installation. I think that's around 2020.1-ish. Do you happen to know the actual version?

hainest avatar Aug 10 '22 21:08 hainest

We are currently working to retool our CMake. Part of that includes increasing the minimum supported version of TBB to one that comes with a CMake installation. I think that's around 2020.1-ish. Do you happen to know the actual version?

I see the TBBConfig.cmake in 2017, update 7 https://github.com/oneapi-src/oneTBB/releases/tag/2017_U7

rscohn2 avatar Aug 11 '22 12:08 rscohn2

Closing because this is covered in CMake retooling.

rscohn2 avatar Aug 11 '22 12:08 rscohn2