Cmake with TBB on win64 (unfamiliar cmake gui fields)
I tried to follow instructions here
https://perso.uclouvain.be/allan.barr...
to run cmake gui with tbb enabled. However, instead of the expected fields (after second configure) TBB_INCLUDE_DIRS, TBB_LIB_DIR, and TBB_STDDEF_PATH
I get
give manually path to tbb
LBerger: which files shall I give the path to? Which field(s)? How do I confirm success?
You can use this page to choose lib and you must give path:
Program Files (x86)\IntelSWTools\compilers_and_libraries_2018.3.210\windows\tbb
Program Files (x86)\IntelSWTools\compilers_and_libraries_2018.3.210\windows\tbb\include
For windows Tbb is detected by this method
OK, so i is looking for a cmake file(s)? Which ones?
I don't understand. You can click in cmake-gui to select new path (in a box with ... on the right )