-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How i can solve a TBB error on cmake? #220
Comments
Hi @andreagen0r, where is your TBB installation located? Our cmake system looks in /opt/intel/tbb by default, so it may not be picked up automatically if you've installed it somewhere else. You can try adding an entry called TBB_ROOT_DIR and set it to where you've installed TBB to get cmake to explicitly check that location. Even if your TBB is already installed in /opt/intel/tbb, I think it's worth trying to set TBB_ROOT_DIR to that location to see if it helps. Let us know if that works out, thanks! |
Filed as internal issue #147450. |
I had the same issue I installed libtbb and it worked for me |
Closing this old issue out. Since this issue was filed, build_usd.py has become the simplest way to create a USD build and will download and install TBB as needed, which will hopefully help avoid issues like this. Thanks! |
I am using Win10, also says |
The advice @sunyab gave about |
Description of Issue
Here is the error in the cmake
https://snag.gy/m457SM.jpg
CMake Error at /Applications/CMake.app/Contents/share/cmake-3.9/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find TBB (missing: TBB_LIBRARIES tbb) (found version "2017.0")
Call Stack (most recent call first):
/Applications/CMake.app/Contents/share/cmake-3.9/Modules/FindPackageHandleStandardArgs.cmake:377 (_FPHSA_FAILURE_MESSAGE)
cmake/modules/FindTBB.cmake:212 (find_package_handle_standard_args)
cmake/defaults/Packages.cmake:43 (find_package)
CMakeLists.txt:15 (include)
Steps to Reproduce
System Information (OS, Hardware)
OSX Sierra 10.12.2
Intel Core i7 6700K
16GB Ram ddr4
VGA Nvidia GTX960
Package Versions
Build Flags
The text was updated successfully, but these errors were encountered: