You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kirk@Ubuntu-22:~/dev/ORB_SLAM2/build$ cmake .. -DCMAKE_BUILD_TYPE=Release
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.
Build type: Release
-- Using flag -std=c++11.
CMake Error at CMakeLists.txt:35 (message):
OpenCV > 2.4.3 not found.
-- Configuring incomplete, errors occurred!
See also "/home/kirk/dev/ORB_SLAM2/build/CMakeFiles/CMakeOutput.log".
The text was updated successfully, but these errors were encountered:
kirk@Ubuntu-22:~/dev/ORB_SLAM2/build$ cmake .. -DCMAKE_BUILD_TYPE=Release
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.
Build type: Release
-- Using flag -std=c++11.
CMake Error at CMakeLists.txt:35 (message):
OpenCV > 2.4.3 not found.
-- Configuring incomplete, errors occurred!
See also "/home/kirk/dev/ORB_SLAM2/build/CMakeFiles/CMakeOutput.log".
The text was updated successfully, but these errors were encountered: