fix a CMake warning

This commit is contained in:
Laurent Rineau 2025-09-05 20:51:16 +02:00 committed by Sébastien Loriot
parent 1dabf3b37c
commit 5cb75b0aa5
3 changed files with 3 additions and 6 deletions

View File

@ -1,6 +1,5 @@
project(CGAL_Demos)
cmake_minimum_required(VERSION 3.12...3.31) cmake_minimum_required(VERSION 3.12...3.31)
project(CGAL_Demos)
file(GLOB pkgs RELATIVE ${CMAKE_SOURCE_DIR} "*") file(GLOB pkgs RELATIVE ${CMAKE_SOURCE_DIR} "*")
list(SORT pkgs) list(SORT pkgs)

View File

@ -1,6 +1,5 @@
project(CGAL_Examples)
cmake_minimum_required(VERSION 3.12...3.31) cmake_minimum_required(VERSION 3.12...3.31)
project(CGAL_Examples)
file(GLOB pkgs RELATIVE ${CMAKE_SOURCE_DIR} "*") file(GLOB pkgs RELATIVE ${CMAKE_SOURCE_DIR} "*")
list(SORT pkgs) list(SORT pkgs)

View File

@ -1,6 +1,5 @@
project(CGAL_Tests)
cmake_minimum_required(VERSION 3.12...3.31) cmake_minimum_required(VERSION 3.12...3.31)
project(CGAL_Tests)
file(GLOB pkgs RELATIVE ${CMAKE_SOURCE_DIR} "*") file(GLOB pkgs RELATIVE ${CMAKE_SOURCE_DIR} "*")
list(SORT pkgs) list(SORT pkgs)