Use more robust way to find TBB libraries in cmake/pkg configs (#1088)This patch replaces get_filename_component by find_library which is more flexible and can find libraries in multiple locations
Use more robust way to find TBB libraries in cmake/pkg configs (#1088)This patch replaces get_filename_component by find_library which is more flexible and can find libraries in multiple locations if PATH_SUFFIXES argument is specified. Signed-off-by: Isaev, Ilya <[email protected]>
show more ...
oneAPI pkg-config support (#452)* oneAPI pkg-config support Signed-off-by: Mishin, Ilya <[email protected]> * tbb and tbb32 * remove uwp * remove unnecessary variable * define va
oneAPI pkg-config support (#452)* oneAPI pkg-config support Signed-off-by: Mishin, Ilya <[email protected]> * tbb and tbb32 * remove uwp * remove unnecessary variable * define variable * correct install * remove exec_prefix Signed-off-by: Mishin, Ilya <[email protected]> * new path * update vars Signed-off-by: Mishin, Ilya <[email protected]> * absolute paths for CMAKE_INSTALL_*DIR Signed-off-by: Mishin, Ilya <[email protected]> * remove ) Signed-off-by: Mishin, Ilya <[email protected]>
CMake/pkg-config: fix paths in .pc file with absolute GNUInstallDirs (#395)Signed-off-by: Jan Tojnar <[email protected]>
Commit oneTBB source code 82ff8707