cgal/Mesh_3
Sebastien Loriot 862a3b6539
Update CMakeLists.txt for recent VTK to fix CMake Warning (#8279)
## Summary of Changes

Versions >= 9 of VTK trigger the following CMake warning using CGAL's
CMakeLists
```
CMake Deprecation Warning at C:/dev/VTK-9.2.2/build/lib/cmake/vtk-9.2/vtk-use-file-deprecated.cmake:1 (message):
  The `VTK_USE_FILE` is no longer used starting with 8.90.
Call Stack (most recent call first):
  CMakeLists.txt:32 (include)
```

I suggest this modification of the CMakeLists of Mesh_3 examples, that
also requires moving to VTK 9 (9.0 was released in 2020).
If this modification and new requirement are validated, I can apply the
change everywhere.

## Release Management

* Affected package(s): Mesh_3 for now
* License and copyright ownership: unchanged
2024-08-19 11:14:31 +02:00
..
benchmark/Mesh_3 cmake_minimum_required(VERSION 3.12...3.29) 2024-06-06 20:19:44 +02:00
doc/Mesh_3 remove Surface_mesher from doc deps 2024-06-12 20:34:54 +02:00
examples/Mesh_3 Update CMakeLists.txt for recent VTK to fix CMake Warning (#8279) 2024-08-19 11:14:31 +02:00
include/CGAL Merge pull request #8278 from albert-github/feature/bug_spell_20240511 2024-06-13 12:48:43 +02:00
package_info/Mesh_3 undo dependency changes + always use core if not disabled 2024-02-27 16:19:28 +01:00
test/Mesh_3 cmake_minimum_required(VERSION 3.12...3.29) 2024-06-06 20:19:44 +02:00
TODO