mirror of https://github.com/CGAL/cgal
## 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 |
||
|---|---|---|
| .. | ||
| data | ||
| CMakeLists.txt | ||
| debug.h | ||
| implicit_functions.cpp | ||
| implicit_functions.h | ||
| mesh_3D_gray_image.cpp | ||
| mesh_3D_gray_image_multiple_values.cpp | ||
| mesh_3D_gray_image_with_custom_initialization.cpp | ||
| mesh_3D_gray_vtk_image.cpp | ||
| mesh_3D_image.cpp | ||
| mesh_3D_image_variable_size.cpp | ||
| mesh_3D_image_with_custom_initialization.cpp | ||
| mesh_3D_image_with_detection_of_features.cpp | ||
| mesh_3D_image_with_features.cpp | ||
| mesh_3D_image_with_input_features.cpp | ||
| mesh_3D_weighted_image.cpp | ||
| mesh_3D_weighted_image_with_detection_of_features.cpp | ||
| mesh_cubes_intersection.cpp | ||
| mesh_cubes_intersection_with_features.cpp | ||
| mesh_hybrid_mesh_domain.cpp | ||
| mesh_implicit_domains.cpp | ||
| mesh_implicit_domains_2.cpp | ||
| mesh_implicit_ellipsoid.cpp | ||
| mesh_implicit_sphere.cpp | ||
| mesh_implicit_sphere_variable_size.cpp | ||
| mesh_optimization_example.cpp | ||
| mesh_optimization_lloyd_example.cpp | ||
| mesh_polyhedral_complex.cpp | ||
| mesh_polyhedral_complex_sm.cpp | ||
| mesh_polyhedral_domain.cpp | ||
| mesh_polyhedral_domain_sm.cpp | ||
| mesh_polyhedral_domain_with_edge_distance.cpp | ||
| mesh_polyhedral_domain_with_features.cpp | ||
| mesh_polyhedral_domain_with_features_sizing.cpp | ||
| mesh_polyhedral_domain_with_features_sm.cpp | ||
| mesh_polyhedral_domain_with_lipschitz_sizing.cpp | ||
| mesh_polyhedral_domain_with_surface_inside.cpp | ||
| mesh_two_implicit_spheres_with_balls.cpp | ||
| random_labeled_image.h | ||
| read_polylines.h | ||
| remesh_polyhedral_surface.cpp | ||
| remesh_polyhedral_surface_sm.cpp | ||