We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a537e3 + c9237a6 commit 9e57d1aCopy full SHA for 9e57d1a
3rdparty/ippicv/downloader.cmake
@@ -31,7 +31,7 @@ function(_icv_downloader)
31
return() # Not supported
32
endif()
33
34
- set(OPENCV_ICV_UNPACK_PATH "${CMAKE_CURRENT_LIST_DIR}/unpack")
+ set(OPENCV_ICV_UNPACK_PATH "${CMAKE_BINARY_DIR}/3rdparty/ippicv")
35
set(OPENCV_ICV_PATH "${OPENCV_ICV_UNPACK_PATH}${OPENCV_ICV_PACKAGE_SUBDIR}")
36
37
if(DEFINED OPENCV_ICV_PACKAGE_DOWNLOADED
0 commit comments