mirror of https://github.com/CGAL/cgal
fix a CMake warning
This commit is contained in:
parent
1dabf3b37c
commit
5cb75b0aa5
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue