ippicv: install third-party-programs.txt file

This commit is contained in:
Alexander Alekhin 2020-09-25 22:09:25 +00:00
parent b88ad7f2d9
commit 691c655630

View File

@ -252,6 +252,7 @@ if(NOT DEFINED IPPROOT)
else() else()
ocv_install_3rdparty_licenses(ippicv "${ICV_PACKAGE_ROOT}/EULA.txt") ocv_install_3rdparty_licenses(ippicv "${ICV_PACKAGE_ROOT}/EULA.txt")
endif() endif()
ocv_install_3rdparty_licenses(ippicv "${ICV_PACKAGE_ROOT}/third-party-programs.txt")
endif() endif()
file(TO_CMAKE_PATH "${IPPROOT}" __IPPROOT) file(TO_CMAKE_PATH "${IPPROOT}" __IPPROOT)