【问题标题】:Rebuilding OpenCV 3.2.0 - ippicv downloader not found重建 OpenCV 3.2.0 - 找不到 ippicv 下载器
【发布时间】:2018-09-27 20:13:51
【问题描述】:

我正在尝试重新构建 OpenCV 3.2.0。它上周工作,但现在我无法创建一个 make 目标。我正在使用的命令是:

cmake -D CMAKE_BUILD_TYPE=RELEASE     -D CMAKE_INSTALL_PREFIX=/usr/local     -D WITH_CUDA=ON     -D ENABLE_FAST_MATH=1     -D CUDA_FAST_MATH=1     -D WITH_CUBLAS=1      -D OPENCV_EXTRA_MODULES_PATH=../../opencv_contrib-3.2.0/modules  ..

错误:

CMake Error at cmake/OpenCVFindIPP.cmake:243 (include):
  include could not find load file:

    /home/nettef/opencv-3.2.0/3rdparty/ippicv/downloader.cmake
Call Stack (most recent call first):
  cmake/OpenCVFindLibsPerf.cmake:37 (include)
  CMakeLists.txt:558 (include)

【问题讨论】:

  • 错误用“CMake Error”字样表示。

标签: opencv cmake


【解决方案1】:

/home/nettef/opencv-3.2.0/3rdparty/ippicv/目录中存在ippicv的一个版本,所以我只创建了一个名为downloader.cmake的空文件,错误就消失了。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2017-11-26
    • 2017-05-10
    • 1970-01-01
    • 1970-01-01
    • 2017-09-06
    • 2019-03-03
    • 2017-10-15
    • 2017-06-07
    相关资源
    最近更新 更多