Branch: refs/heads/fix-tbb-dependencies
Home: https://github.com/dyninst/dyninst
Commit: 3114bc701f46457a10bd54d919a5df7c66857142
https://github.com/dyninst/dyninst/commit/3114bc701f46457a10bd54d919a5df7c66857142
Author: Sasha Nicolas <sasha@xxxxxxxxxxx>
Date: 2019-03-26 (Tue, 26 Mar 2019)
Changed paths:
M CMakeLists.txt
M common/CMakeLists.txt
M dyninstAPI_RT/CMakeLists.txt
M elf/CMakeLists.txt
M examples/CMakeLists.txt
Log Message:
-----------
Fixing TBB dependencies during build.
On a multi-threaded build, Dyninst_RT, common, dynElf, and
libInst could have their compilation started without TBB
compilation had finished. Now they all depend on TBB.
|