1 | initial version |
You have to call tbbvars
script before building and runing application, it will set all necessary environment variables. Try to run it like this: <path-to-tbb>\bin\tbbvars.bat intel64 vs2015
You can omit all TBB_*
cmake parameters, just pass -DWITH_TBB=ON -DBUILD_TBB=OFF
.