Skip to content
Snippets Groups Projects
Commit 0e6e6f14 authored by Louis Moureaux's avatar Louis Moureaux
Browse files

Require CMake 3.23

This is needed for File Sets support.
parent ccd90060
No related branches found
No related tags found
1 merge request!34Migration
Pipeline #7586983 failed
......@@ -2,7 +2,7 @@
#
# SPDX-FileCopyrightText: Louis Moureaux <louis.moureaux@cern.ch>
cmake_minimum_required(VERSION 3.17...3.28 FATAL_ERROR)
cmake_minimum_required(VERSION 3.23...3.28 FATAL_ERROR)
# Set a useful default install directory but let the user override it
set(CMAKE_INSTALL_PREFIX "${CMAKE_SOURCE_DIR}/tools" CACHE PATH
......
......@@ -2,7 +2,7 @@
#
# SPDX-FileCopyrightText: Louis Moureaux <louis.moureaux@cern.ch>
cmake_minimum_required(VERSION 3.17..3.26 FATAL_ERROR)
cmake_minimum_required(VERSION 3.23..3.26 FATAL_ERROR)
project(TUnfold VERSION 17.9 LANGUAGES CXX)
find_package(ROOT 6.24 REQUIRED)
......
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