From 5cb75b0aa5684bd23bb631bc11e324e888179fc7 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Fri, 5 Sep 2025 20:51:16 +0200 Subject: [PATCH] fix a CMake warning --- Installation/demo/CMakeLists.txt | 3 +-- Installation/examples/CMakeLists.txt | 3 +-- Installation/test/CMakeLists.txt | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Installation/demo/CMakeLists.txt b/Installation/demo/CMakeLists.txt index 011b436cc53..9bf4e2e9e0e 100644 --- a/Installation/demo/CMakeLists.txt +++ b/Installation/demo/CMakeLists.txt @@ -1,6 +1,5 @@ -project(CGAL_Demos) - cmake_minimum_required(VERSION 3.12...3.31) +project(CGAL_Demos) file(GLOB pkgs RELATIVE ${CMAKE_SOURCE_DIR} "*") list(SORT pkgs) diff --git a/Installation/examples/CMakeLists.txt b/Installation/examples/CMakeLists.txt index 9fc6ac0858b..f96a030628d 100644 --- a/Installation/examples/CMakeLists.txt +++ b/Installation/examples/CMakeLists.txt @@ -1,6 +1,5 @@ -project(CGAL_Examples) - cmake_minimum_required(VERSION 3.12...3.31) +project(CGAL_Examples) file(GLOB pkgs RELATIVE ${CMAKE_SOURCE_DIR} "*") list(SORT pkgs) diff --git a/Installation/test/CMakeLists.txt b/Installation/test/CMakeLists.txt index e8e81f0c032..183796527e1 100644 --- a/Installation/test/CMakeLists.txt +++ b/Installation/test/CMakeLists.txt @@ -1,6 +1,5 @@ -project(CGAL_Tests) - cmake_minimum_required(VERSION 3.12...3.31) +project(CGAL_Tests) file(GLOB pkgs RELATIVE ${CMAKE_SOURCE_DIR} "*") list(SORT pkgs)