arybo icon indicating copy to clipboard operation
arybo copied to clipboard

CMake Script is incorrect?

Open Naville opened this issue 3 years ago • 0 comments

Hi:

For me it seems FindTBB()'s library has been used and linked, but it's header search path is not.

I had to add target_include_directories(petanque PUBLIC ${TBB_INCLUDE_DIRS}) for it to pick up TBB

Naville avatar May 14 '21 02:05 Naville