cmakeでopencvをビルドしようとしていて、問題が発生しています。cmakeエラーでopencvを構築する
私はWindowsのopencv 2.3.1をC:/Users/chris/opencv
にダウンロードしました。私はCMakeのGUI(CMakeのの2.8.5バージョン)を開き、C:/Users/chris/opencv/modules
としてソースディレクトリを入れて、C:/temp/opencv_binaries
で「バイナリをビルドする場合は、」私はConfigure
をヒットし、私は再びConfigure
を打つのVisual Studio 2010を選択しました次のエラー出力が表示されます。
CMake Error at calib3d/CMakeLists.txt:1 (define_opencv_module):
Unknown CMake command "define_opencv_module".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.8)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
Configuring incomplete, errors occurred!
何が得られますか?これを解決するにはどうすればよいですか?