]> git.pld-linux.org Git - packages/dyninst.git/blame - dyninst-tbb.patch
R: tbb-devel in -devel; rel 3
[packages/dyninst.git] / dyninst-tbb.patch
CommitLineData
3aef0a88
JB
1--- dyninst-12.2.0/cmake/Modules/FindTBB.cmake.orig 2022-08-23 05:33:29.156228610 +0200
2+++ dyninst-12.2.0/cmake/Modules/FindTBB.cmake 2022-08-23 05:37:07.615045117 +0200
3@@ -154,7 +154,8 @@ find_path(
4 if(TBB_INCLUDE_DIRS)
5 # Starting in 2020.1.1, tbb_stddef.h is replaced by version.h
6 set(_version_files "${TBB_INCLUDE_DIRS}/tbb/tbb_stddef.h"
7- "${TBB_INCLUDE_DIRS}/tbb/version.h")
8+ "${TBB_INCLUDE_DIRS}/tbb/version.h"
9+ "${TBB_INCLUDE_DIRS}/oneapi/tbb/version.h")
10 foreach(f IN ITEMS ${_version_files})
11 if(EXISTS ${f})
12 set(_version_file ${f})
This page took 0.326828 seconds and 4 git commands to generate.