1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

Merge pull request #25111 from asmorkalov:as/tbb_license_fix

Fixed lcense and readme filenames after TBB update
This commit is contained in:
Alexander Smorkalov
2024-02-27 16:41:09 +03:00
committed by GitHub
+1 -1
View File
@@ -169,6 +169,6 @@ ocv_install_target(tbb EXPORT OpenCVModules
OPTIONAL
)
ocv_install_3rdparty_licenses(tbb "${tbb_src_dir}/LICENSE" "${tbb_src_dir}/README")
ocv_install_3rdparty_licenses(tbb "${tbb_src_dir}/LICENSE.txt" "${tbb_src_dir}/README.md")
ocv_tbb_read_version("${tbb_src_dir}/include" tbb)