From 94a9a4e02996c02fc7818d9ef832a14d7a4a79cb Mon Sep 17 00:00:00 2001 From: Fabien Spindler Date: Mon, 24 Jul 2023 15:03:34 +0200 Subject: [PATCH] Fix cmake warning --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f8e686..13171f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)