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.
Link Copied
For more complete information about compiler optimizations, see our Optimization Notice.