You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to compile the code but after reaching the end of the make command, I get the following errors:
The cmake command runs without problems and when I run the make command after, it reaches 100% of compiling the code then at the end it shows the error in the screenshot.
I made some changes in the CMakeLists.txt file to include the directories which include the libraries. Here is the current content of my CMakeLists.txt file:
I had the problem too, I think the reason is that you may have other versions of libtbb installed. You should have just the 2018 version Update 3 and it would run.
Hello, I am trying to compile the code but after reaching the end of the make command, I get the following errors:
The
cmake
command runs without problems and when I run themake
command after, it reaches 100% of compiling the code then at the end it shows the error in the screenshot.I made some changes in the CMakeLists.txt file to include the directories which include the libraries. Here is the current content of my CMakeLists.txt file:
The text was updated successfully, but these errors were encountered: