Cmake with TBB on win64 (unfamiliar cmake gui fields)

asked 2018-08-26 16:24:46 -0600

jamesson gravatar image

updated 2018-08-26 16:25:25 -0600

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

image description

edit retag flag offensive close merge delete

Comments

give manually path to tbb

LBerger gravatar imageLBerger ( 2018-08-26 16:43:00 -0600 )edit

LBerger: which files shall I give the path to? Which field(s)? How do I confirm success?

jamesson gravatar imagejamesson ( 2018-08-26 17:20:03 -0600 )edit
1

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

LBerger gravatar imageLBerger ( 2018-08-27 03:08:01 -0600 )edit

OK, so i is looking for a cmake file(s)? Which ones?

jamesson gravatar imagejamesson ( 2018-08-27 06:58:11 -0600 )edit

I don't understand. You can click in cmake-gui to select new path (in a box with ... on the right )

LBerger gravatar imageLBerger ( 2018-08-27 07:05:04 -0600 )edit