vtkCPConfig.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
3 #ifndef vtkCPPythonScriptPipelineConfig_h
4 #define vtkCPPythonScriptPipelineConfig_h
5 
6 // These variables are used to locate the python module files since we cannot
7 // reply on the executable path to locate python module files.
8 #define PARAVIEW_BINARY_DIR "/builds/gitlab-kitware-sciviz-ci/build"
9 #define PARAVIEW_INSTALL_DIR "/usr/local"
10 
11 #endif