Skip to content
Snippets Groups Projects
Commit 1b23f04f authored by Ben Boeckel's avatar Ben Boeckel
Browse files

vtkDeprecation: update minimum level to 9.3

These APIs have been removed.
parent a01247fb
Branches
No related tags found
No related merge requests found
......@@ -52,8 +52,8 @@
#endif
#endif
// API deprecated before 9.1.0 have already been removed.
#define VTK_MINIMUM_DEPRECATION_LEVEL VTK_VERSION_CHECK(9, 1, 0)
// API deprecated before 9.3.0 have already been removed.
#define VTK_MINIMUM_DEPRECATION_LEVEL VTK_VERSION_CHECK(9, 3, 0)
// Force the deprecation level to be at least that of VTK's build
// configuration.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment