Skip to content
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

Installation on Windows 10 with TBB #713

Open
EzzatAiman opened this issue Nov 12, 2019 · 1 comment
Open

Installation on Windows 10 with TBB #713

EzzatAiman opened this issue Nov 12, 2019 · 1 comment
Labels

Comments

@EzzatAiman
Copy link

"The DEPENDS_TBB_DIR variable can alternatively be set to the directory
containing a TBBConfig.cmake or tbb-config.cmake file. If no such file
exists, contact either the developer of this project or CMake BASIS to
provide a FindTBB.cmake file."

This error happened even after a standard installation of TBB. Can you give a recommendation on which path should be specified to the TBB folder.

Thank you.

@schuhschuh
Copy link
Member

Sorry for the late reply. I only recently got my hands on a Windows machine again and gave it a shot. The DEPENDS_TBB_DIR should be set to the path where you extracted the TBB release ZIP to, which can be downloaded from https://github.com/intel/tbb/releases. In my case, I extracted the files to C:\Libs\tbb2019_20191006oss. This is the value for DEPENDS_TBB_DIR to specify. The CMake module FindTBB should then be able to locate it.

Alternatively, you can search for the file TBBConfig.cmake in the TBB installation and point TBB_DIR to the directory containing this file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants