Skip to content

Commit

Permalink
CMake: require >= 3.10
Browse files Browse the repository at this point in the history
ref. jrl-umi3218/jrl-cmakemodules#338
and fix deprecation warning about CMake 3.5 from CMake 3.27
  • Loading branch information
nim65s committed Oct 10, 2023
1 parent 1c818c5 commit 1e3d7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2015-2020, CNRS Authors: Justin Carpentier <jcarpent@laas.fr>,
# Guilhem Saurel

cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.10)

# Project properties
set(PROJECT_ORG loco-3d)
Expand Down

0 comments on commit 1e3d7a2

Please sign in to comment.