Skip to content

Commit

Permalink
Fix cmake warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Jul 24, 2023
1 parent b2666d8 commit 94a9a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(visp-test-extra)

cmake_minimum_required(VERSION 3.0)

project(visp-test-extra)

# By default set release configuration
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build, options are: None Debug Release" FORCE)
Expand Down

0 comments on commit 94a9a4e

Please sign in to comment.