Better TBB CMake integration (#331)
* Add support for CMake scripts provided by TBB. * Update required cmake version to 3.0. * hack to get linking to work on Cray PE * improve comments and remove redundant include in CMakeLists * firewall the tbb cmake files * tbb threading back end to_string includes version number
Showing
- CMakeLists.txt 27 additions, 6 deletionsCMakeLists.txt
- README.md 14 additions, 20 deletionsREADME.md
- cmake/FindTBB.cmake 0 additions, 250 deletionscmake/FindTBB.cmake
- cmake/tbb/TBBBuild.cmake 197 additions, 0 deletionscmake/tbb/TBBBuild.cmake
- cmake/tbb/TBBGet.cmake 298 additions, 0 deletionscmake/tbb/TBBGet.cmake
- cmake/tbb/TBBMakeConfig.cmake 162 additions, 0 deletionscmake/tbb/TBBMakeConfig.cmake
- cmake/tbb/templates/TBBConfig.cmake.in 89 additions, 0 deletionscmake/tbb/templates/TBBConfig.cmake.in
- cmake/tbb/templates/TBBConfigForSource.cmake.in 82 additions, 0 deletionscmake/tbb/templates/TBBConfigForSource.cmake.in
- cmake/tbb/templates/TBBConfigVersion.cmake.in 28 additions, 0 deletionscmake/tbb/templates/TBBConfigVersion.cmake.in
- src/threading/tbb.hpp 2 additions, 1 deletionsrc/threading/tbb.hpp
Please register or sign in to comment