Commit 86a6df27 authored by Patrik Huber's avatar Patrik Huber Committed by GitHub

Merge pull request #83 from ruslo/pr.project

Remove unused 'project' directives
parents 8d7b3a6e 108256a7
cmake_minimum_required(VERSION 3.1.3)
project(examples)
# The examples need a few additional dependencies (e.g. boost filesystem and OpenCV highgui):
......
cmake_minimum_required(VERSION 3.7.0)
project(matlab-bindings)
# If Matlab_ROOT_DIR is set, the Matlab at that location is used.
find_package(Matlab COMPONENTS MX_LIBRARY REQUIRED)
......
cmake_minimum_required(VERSION 3.1.3)
project(python-bindings)
# 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)
project(utils)
# The utils need a few additional dependencies (e.g. boost filesystem and OpenCV highgui):
......
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