1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #28589 from nmizonov:fix_ippiw_binary_usage

Fixed search of IPP IW binaries in cmake
This commit is contained in:
Alexander Smorkalov
2026-03-31 10:27:41 +03:00
committed by GitHub
3 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ target_include_directories(ipphal PRIVATE
${IPP_INCLUDE_DIRS}
)
target_link_libraries(ipphal PUBLIC ${IPP_IW_LIBRARY} ${IPP_LIBRARIES})
target_link_libraries(ipphal PUBLIC ${IPP_IW_LIBRARIES} ${IPP_LIBRARIES})
set_target_properties(ipphal PROPERTIES ARCHIVE_OUTPUT_DIRECTORY ${3P_LIBRARY_OUTPUT_PATH} DEBUG_POSTFIX "${OPENCV_DEBUG_POSTFIX}")