[libcxx-commits] [PATCH] D55889: The initial commit of the Parallel STL upstream

Nico Weber via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 14 12:15:40 PDT 2019


thakis added a comment.
Herald added subscribers: jdoerfert, mstorsjo.
Herald added a project: LLVM.

I gave -DLLVM_ENABLE_PROJECTS=all a try today, and it failed like so:

  CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
    Could NOT find TBB (missing: TBB_IMPORTED_TARGETS tbb) (Required is at
    least version "2018")
  Call Stack (most recent call first):
    /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
    /usr/local/google/home/thakis/src/llvm-project/pstl/cmake/FindTBB.cmake:63 (find_package_handle_standard_args)
    /usr/local/google/home/thakis/src/llvm-project/pstl/CMakeLists.txt:37 (find_package)

Is that expected?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55889/new/

https://reviews.llvm.org/D55889





More information about the libcxx-commits mailing list