changeset 32:ec889f107d3c default tip

fix build with recent versions of CMake
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 01 Sep 2025 12:32:55 +0200
parents 9e39f8e3f8d1
children
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Mon Sep 01 12:32:35 2025 +0200
+++ b/CMakeLists.txt	Mon Sep 01 12:32:55 2025 +0200
@@ -15,7 +15,7 @@
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 
 
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8...4.0)
 
 project(OrthancNeuro)