2020-03-30 15:55:29 +00:00
|
|
|
Index: oneTBB-2020.2/cmake/templates/TBBConfigInternal.cmake.in
|
2019-06-07 10:46:28 +00:00
|
|
|
===================================================================
|
2020-03-30 15:55:29 +00:00
|
|
|
--- oneTBB-2020.2.orig/cmake/templates/TBBConfigInternal.cmake.in
|
|
|
|
+++ oneTBB-2020.2/cmake/templates/TBBConfigInternal.cmake.in
|
2019-12-18 16:38:17 +00:00
|
|
|
@@ -57,8 +57,6 @@ foreach (_tbb_component ${TBB_FIND_COMPO
|
2019-06-07 10:46:28 +00:00
|
|
|
if (EXISTS "${_tbb_release_lib}" OR EXISTS "${_tbb_debug_lib}")
|
2019-10-10 13:03:29 +00:00
|
|
|
if (NOT TARGET TBB::${_tbb_component})
|
|
|
|
add_library(TBB::${_tbb_component} SHARED IMPORTED)
|
|
|
|
- set_target_properties(TBB::${_tbb_component} PROPERTIES
|
|
|
|
- INTERFACE_INCLUDE_DIRECTORIES "${_tbb_root}/include"@TBB_COMPILE_DEFINITIONS@)
|
2019-06-07 10:46:28 +00:00
|
|
|
|
2019-10-10 13:03:29 +00:00
|
|
|
if (EXISTS "${_tbb_release_lib}")
|
|
|
|
set_target_properties(TBB::${_tbb_component} PROPERTIES
|