vtk_cli11_external.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
3 #ifndef vtk_cli11_external_h
4 #define vtk_cli11_external_h
5 
11 /* Use the CLI11 library configured for VTK. */
12 #define VTK_MODULE_USE_EXTERNAL_VTK_cli11 0
13 
14 #endif