Commit 297bd39b authored by Patrik Huber's avatar Patrik Huber Committed by GitHub

Merge pull request #84 from ruslo/pr.minimum.required

Remove unused 'cmake_minimum_required' commands
parents 67efadaf 0664b050
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment