wjakob / tbb

Intel TBB with CMake build system
Apache License 2.0
369 stars 161 forks source link

Official CMake script? #38

Closed jdumas closed 7 years ago

jdumas commented 7 years ago

It seems that TBB now provides CMake scripts for integrating source or binaries into a CMake build, so I wonder if you may want to sync your fork with upstream to reflect those changes? At the very least you could put up a notification on the README.

wjakob commented 7 years ago

Nope -- the current CMake support is severely lacking, see https://github.com/01org/tbb/issues/6.

jdumas commented 7 years ago

Ok! Your fork being behind the official repository, I thought their latest update might have resolved the need for a separate cmake script. My bad.