Skip to content

Commit c9237a6

Browse files
committed
cmake: unpack IPPICV into binary directory
1 parent 0a4694d commit c9237a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3rdparty/ippicv/downloader.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function(_icv_downloader)
3131
return() # Not supported
3232
endif()
3333

34-
set(OPENCV_ICV_UNPACK_PATH "${CMAKE_CURRENT_LIST_DIR}/unpack")
34+
set(OPENCV_ICV_UNPACK_PATH "${CMAKE_BINARY_DIR}/3rdparty/ippicv")
3535
set(OPENCV_ICV_PATH "${OPENCV_ICV_UNPACK_PATH}${OPENCV_ICV_PACKAGE_SUBDIR}")
3636

3737
if(DEFINED OPENCV_ICV_PACKAGE_DOWNLOADED

0 commit comments

Comments
 (0)