vtk_fmt.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
25 #ifndef vtk_fmt_h
26 #define vtk_fmt_h
27 
28 /* Use the fmt library configured for VTK. */
29 #define VTK_MODULE_USE_EXTERNAL_VTK_fmt 0
30 
31 #if VTK_MODULE_USE_EXTERNAL_VTK_fmt
32 # define VTK_FMT(header) <header>
33 #else
34 # define VTK_FMT(header) <vtkfmt/vtk##header>
35 #endif
36 
37 #endif // #ifndef vtk_fmt_h