]> git.pld-linux.org Git - packages/dyninst.git/blob - dyninst-tbb.patch
8be5467507ca6826eea90a3d2494a1da8dd56a14
[packages/dyninst.git] / dyninst-tbb.patch
1 --- dyninst-12.0.1/cmake/Modules/FindTBB.cmake.orig     2021-11-23 22:48:27.000000000 +0100
2 +++ dyninst-12.0.1/cmake/Modules/FindTBB.cmake  2021-12-16 20:23:09.983021706 +0100
3 @@ -155,6 +155,7 @@
4    set(_version_files
5         "${TBB_INCLUDE_DIRS}/tbb/tbb_stddef.h"
6         "${TBB_INCLUDE_DIRS}/tbb/version.h"
7 +       "${TBB_INCLUDE_DIRS}/oneapi/tbb/version.h"
8    )
9    foreach(f IN ITEMS ${_version_files})
10      if(EXISTS ${f})
This page took 0.147646 seconds and 2 git commands to generate.