<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi Ben,</div><div dir="ltr"><br></div><div dir="ltr">The new FindTBB.cmake is broken, specifically in this section starting at line 88:<div><br></div><div><div>set_target_propertes(TBB::${TARGET} PROPERTIES</div><div>      IMPORTED_LOCATION "${${PREFIX}_LIBRARY}"</div><div>      IMPORTED_LOCATION_DEBUG "${${PREFIX}_LIBRARY_DEBUG}"</div><div>      IMPORTED_LOCATION_RELEASE "${${PREFIX}_LIBRARY_RELEASE}")    target_include_directories(TBB::${TARGET} INTERFACE "${${PREFIX}_INCLUDE_DIR}")</div></div><div><br></div><div>There is an error for the "set_target_properties" typo, and these errors for "target_include_directories":</div><div><br></div><div>==</div><div>target_include_directories called with non-compilable target type<br></div><div>==</div><div><div>add_library cannot create imported target "TBB::" because another target</div><div>  with the same name already exists.</div></div><div>==</div><div><br></div><div>  - David</div><div><br></div><div><br></div></div></div></div></div>