Skip to content

Commit

Permalink
Fix cmake warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Jan 15, 2021
1 parent 78d8a3b commit 0c977e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(visp-test-extra)

cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.0)

# By default set release configuration
if(NOT CMAKE_BUILD_TYPE)
Expand Down
2 changes: 1 addition & 1 deletion test/tracking/model-based/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(test-tracking-model-based)

cmake_minimum_required(VERSION 2.6)
cmake_minimum_required(VERSION 3.0)

find_package(VISP REQUIRED visp_core visp_mbt visp_sensor)

Expand Down

0 comments on commit 0c977e4

Please sign in to comment.