Skip to content

Fix TBB build with clang

Tadej Novak requested to merge tadej/atlasexternals:clang-tbb into master

Fix TBB build with clang. This tells make to run with compiler=clang as non-CMake build does not autodetect the compiler. Note that the compiler version is still taken from gcc, but probably we can live with that for now.

Wasn't sure if make has a CMake variable.

/cc @akraszna

Merge request reports