cgal/Mesh_3/examples/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
..
data
CMakeLists.txt Update CMakeLists.txt for recent VTK to fix CMake Warning (#8279) 2024-08-19 11:14:31 +02:00
debug.h
implicit_functions.cpp
implicit_functions.h
mesh_3D_gray_image.cpp update examples to the new API 2022-09-26 20:14:26 +02:00
mesh_3D_gray_image_multiple_values.cpp update examples to the new API 2022-09-26 20:14:26 +02:00
mesh_3D_gray_image_with_custom_initialization.cpp update examples to the new API 2022-09-26 20:14:26 +02:00
mesh_3D_gray_vtk_image.cpp Added nii image "squircle.nii" + 2024-04-12 12:16:25 +02:00
mesh_3D_image.cpp update examples to the new API 2022-09-26 20:14:26 +02:00
mesh_3D_image_variable_size.cpp Merge remote-tracking branch 'cgal/master' into Mesh_3-triple_line_extraction-GF 2022-11-08 16:17:33 +01:00
mesh_3D_image_with_custom_initialization.cpp update examples to the new API 2022-09-26 20:14:26 +02:00
mesh_3D_image_with_detection_of_features.cpp simplify the code 2023-02-23 13:16:31 +01:00
mesh_3D_image_with_features.cpp Add a comment about std::cref 2023-02-23 12:44:58 +01:00
mesh_3D_image_with_input_features.cpp fix return statements 2023-02-07 11:50:53 +01:00
mesh_3D_weighted_image.cpp merge postprocessing weights function in feature detection 2023-02-24 17:28:30 +01:00
mesh_3D_weighted_image_with_detection_of_features.cpp insert postprocessing of weights in feature detection functors 2023-02-24 12:08:40 +01:00
mesh_cubes_intersection.cpp Merge remote-tracking branch 'cgal/master' into CGAL-allow_Epick_with_float-GF 2022-11-08 12:11:06 +01:00
mesh_cubes_intersection_with_features.cpp Merge remote-tracking branch 'cgal/master' into CGAL-allow_Epick_with_float-GF 2022-11-08 12:11:06 +01:00
mesh_hybrid_mesh_domain.cpp boost::optional => std::optional 2023-06-15 10:57:09 +02:00
mesh_implicit_domains.cpp Merge remote-tracking branch 'cgal/master' into CGAL-allow_Epick_with_float-GF 2022-11-08 12:11:06 +01:00
mesh_implicit_domains_2.cpp Merge remote-tracking branch 'cgal/master' into CGAL-allow_Epick_with_float-GF 2022-11-08 12:11:06 +01:00
mesh_implicit_ellipsoid.cpp update examples to the new API 2022-09-26 20:14:26 +02:00
mesh_implicit_sphere.cpp Apply suggestions from review 2022-10-05 15:39:04 +02:00
mesh_implicit_sphere_variable_size.cpp Apply suggestions from review 2022-10-05 15:39:04 +02:00
mesh_optimization_example.cpp remove extra dot 2022-10-03 14:24:45 +02:00
mesh_optimization_lloyd_example.cpp update examples to the new API 2022-09-26 20:14:26 +02:00
mesh_polyhedral_complex.cpp update examples to the new API 2022-09-26 20:14:26 +02:00
mesh_polyhedral_complex_sm.cpp update examples to the new API 2022-09-26 20:14:26 +02:00
mesh_polyhedral_domain.cpp update examples to the new API 2022-09-26 20:14:26 +02:00
mesh_polyhedral_domain_sm.cpp update examples to the new API 2022-09-26 20:14:26 +02:00
mesh_polyhedral_domain_with_edge_distance.cpp Corrected changes.md + 2023-11-03 12:38:05 +01:00
mesh_polyhedral_domain_with_features.cpp update examples to the new API 2022-09-26 20:14:26 +02:00
mesh_polyhedral_domain_with_features_sizing.cpp add an example 2023-03-07 13:52:44 +01:00
mesh_polyhedral_domain_with_features_sm.cpp update examples to the new API 2022-09-26 20:14:26 +02:00
mesh_polyhedral_domain_with_lipschitz_sizing.cpp update examples to the new API 2022-09-26 20:14:26 +02:00
mesh_polyhedral_domain_with_surface_inside.cpp update examples to the new API 2022-09-26 20:14:26 +02:00
mesh_two_implicit_spheres_with_balls.cpp update examples to the new API 2022-09-26 20:14:26 +02:00
random_labeled_image.h
read_polylines.h
remesh_polyhedral_surface.cpp update examples to the new API 2022-09-26 20:14:26 +02:00
remesh_polyhedral_surface_sm.cpp update examples to the new API 2022-09-26 20:14:26 +02:00