Skip to content
Snippets Groups Projects
Commit d29223a8 authored by Guilhem Saurel's avatar Guilhem Saurel Committed by Olivier Stasse
Browse files

CMake: require >= 3.10

ref. https://github.com/jrl-umi3218/jrl-cmakemodules/issues/338
and fix deprecation warning about CMake 3.5 from CMake 3.27
parent b8ed5dbb
No related branches found
No related tags found
No related merge requests found
Pipeline #31575 passed with warnings
......@@ -11,7 +11,7 @@
# GNU Lesser General Public License along with tsid If not, see
# <http://www.gnu.org/licenses/>.
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.10)
# Project properties
set(PROJECT_ORG stack-of-tasks)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment