Skip to content

Commit 9e57d1a

Browse files
committed
Merge pull request opencv#7881 from alalek:unpack_into_binary
2 parents 6a537e3 + c9237a6 commit 9e57d1a

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)