Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
7779 Discussions

CMAKE error :TBB_tbb_LIBRARY_DEBUG (ADVANCED) variable set to not found

Yadav__Srishti
Beginner
215 Views

System: Linux

I am getting the following error when trying to run a C++ code. When I run cmake .., I get -

srishti@ubuntu:~/realtimeKCF/build$ cmake ..
FINALLL TBB_LIBRARIES = 'optimized;/usr/lib/x86_64-linux-gnu/libtbb.so;debug;TBB_tbb_LIBRARY_DEBUG-NOTFOUND'
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
TBB_tbb_LIBRARY_DEBUG (ADVANCED)
linked by target "DSKCFcpp" in directory /home/srishti/realtimeKCF

-- Configuring incomplete, errors occurred!
See also "/home/srishti/realtimeKCF/build/CMakeFiles/CMakeOutput.log".I also searched for:

I also searched for:

TBB_tbb_LIBRARY_DEBUG (ADVANCED)

and

TBB_tbb_LIBRARY_DEBUG

but I can't find this anywhere. Can someone please help me with this? I am just having this error stopping me from running the code.

 

 

0 Kudos
0 Replies
Reply