seetaface / SeetaFaceEngine

Other
4.6k stars 1.78k forks source link

compile error on Ubuntu 16.04 LTS #174

Open HiIcy opened 7 years ago

HiIcy commented 7 years ago

when I cmake .., error as follows

 C++11 support has been enabled by default.
-- Use SSE
-- Use OpenMP
-- Build with examples.
-- OpenCV ARCH: 
-- OpenCV RUNTIME: 
-- OpenCV STATIC: ON
CMake Warning at /home/frozen/opencv/cmake/OpenCVConfig.cmake:166 (message):
  Found OpenCV Windows Pack but it has no binaries compatible with your
  configuration.

  You should manually point CMake variable OpenCV_DIR to your build of OpenCV
  library.
Call Stack (most recent call first):
  CMakeLists.txt:59 (find_package)

-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    Opencv_DIR

-- Build files have been written to: /home/frozen/Gitlab/SeetaFaceEngine/FaceDetection

I couldn't understand ! I already have tried various of path of OpenCV_DIR,but failed! who can tell me how should i do?