Skip to content
Snippets Groups Projects
Commit 0664b050 authored by Ruslan Baratov's avatar Ruslan Baratov
Browse files

Remove unused 'cmake_minimum_required' commands

Top level CMakeLists.txt already check '3.1.3' so there is no need to check
it for subdirectories
parent 108256a7
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.1.3)
# The examples need a few additional dependencies (e.g. boost filesystem and OpenCV highgui):
#check installed version in order to include the correct OpenCV libraries
......
cmake_minimum_required(VERSION 3.1.3)
# The python bindings may need a few additional dependencies (e.g. boost filesystem and OpenCV), which are
# included below - at some point it should be checked if they are really needed.
......
cmake_minimum_required(VERSION 3.1.3)
# The utils need a few additional dependencies (e.g. boost filesystem and OpenCV highgui):
#check installed version in order to include the correct OpenCV libraries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment