justusc/FindTBB

Not finding TBB correctly on Ubuntu 16.04 LTS

dsilvavinicius opened this issue · 3 comments

After upgrading my Ubuntu 14 to 16.04 LTS, FindTBB started to output the following error. The libtbb-dev package is installed (apt-get was used for that). Also, I'm using an updated version of FindTBB.cmake.

Could NOT find TBB (missing: TBB_LIBRARIES) (found version "4.4") Call Stack (most recent call first): /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE) cmake/FindTBB.cmake:256 (find_package_handle_standard_args) CMakeLists.txt:11 (find_package)

Thank you for the bug report. I will look into the issue this weekend.

I am sorry, but I was unable to reproduce the error you reported. I ran the test.sh script (with some modifications) on a clean install of Ubuntu 16.04.1. I also installed the git, cmake, and libtbb-dev packages.

Can you please pull the latest version of FindTBB and run test.sh. I would like to make sure that the test runs correctly. If the test passes, then the problem is either in your usage or you have found a corner case where FindTBB is failing.

I am going to close this issue. If you have additional information (ideally steps to reproduce the problem or a minimal failing example), please feel free to reopen this issue or create a new issue.