Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Rings:1-MinimalX
tbb
cmake-remove-include-path.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cmake-remove-include-path.patch of Package tbb
Index: tbb-2019_U9/cmake/templates/TBBConfig.cmake.in =================================================================== --- tbb-2019_U9.orig/cmake/templates/TBBConfig.cmake.in +++ tbb-2019_U9/cmake/templates/TBBConfig.cmake.in @@ -53,8 +53,6 @@ foreach (_tbb_component ${TBB_FIND_COMPO if (EXISTS "${_tbb_release_lib}" OR EXISTS "${_tbb_debug_lib}") if (NOT TARGET TBB::${_tbb_component}) add_library(TBB::${_tbb_component} SHARED IMPORTED) - set_target_properties(TBB::${_tbb_component} PROPERTIES - INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_CURRENT_LIST_DIR}/@TBB_INC_REL_PATH@") if (EXISTS "${_tbb_release_lib}") set_target_properties(TBB::${_tbb_component} PROPERTIES Index: tbb-2019_U9/cmake/templates/TBBConfigInternal.cmake.in =================================================================== --- tbb-2019_U9.orig/cmake/templates/TBBConfigInternal.cmake.in +++ tbb-2019_U9/cmake/templates/TBBConfigInternal.cmake.in @@ -54,8 +54,6 @@ foreach (_tbb_component ${TBB_FIND_COMPO if (EXISTS "${_tbb_release_lib}" OR EXISTS "${_tbb_debug_lib}") 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@) if (EXISTS "${_tbb_release_lib}") set_target_properties(TBB::${_tbb_component} PROPERTIES
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor