-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSIMPLVtkLibConfiguration.h.in
More file actions
46 lines (31 loc) · 1.48 KB
/
SIMPLVtkLibConfiguration.h.in
File metadata and controls
46 lines (31 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/* This file is auto generated. DO NOT EDIT THIS FILE. Edit the original template file and then rerun CMake
* again to regenerate this file.
*/
#ifndef _SIMPLVtkLib_H_
#define _SIMPLVtkLib_H_
/* Define to 1 if SIMPLVtkLib was built as a dynamic library */
#cmakedefine SIMPLVtkLib_BUILT_AS_DYNAMIC_LIB @SIMPLVtkLib_BUILT_AS_DYNAMIC_LIB@
/* define to 1 if we are using parallel algorithms */
#cmakedefine SIMPLVtkLib_USE_PARALLEL_ALGORITHMS @SIMPLVtkLib_USE_PARALLEL_ALGORITHMS@
/* define to 1 if we are enabling NTFS file checking */
#cmakedefine SIMPLVtkLib_NTFS_FILE_CHECK @SIMPLVtkLib_NTFS_FILE_CHECK@
/* Include the Overall Configuration header file */
#include "@PROJECT_NAME@/@CMP_CONFIGURATION_FILE_NAME@"
/* Include the Typedefs Header */
#include "@PROJECT_NAME@/@CMP_TYPES_FILE_NAME@"
/* Include the DLL export preprocessor defines */
#include "SIMPLVtkLib/SIMPLVtkLibDLLExport.h"
/* We are going to disable some warnings just to get a grip on all the warnings that get produced
* during an MSVC build */
#cmakedefine SIMPLVtkLib_DISABLE_MSVC_WARNINGS @SIMPLVtkLib_DISABLE_MSVC_WARNINGS@
#define __SHOW_DEBUG_MSG__ false
#if (_MSC_VER >= 1)
#pragma warning (error: 4715) /* Not all control points return a value */
#pragma warning (error: 4258) /* Nested Variable Definitions are ignored */
#ifdef SIMPLVtkLib_DISABLE_MSVC_WARNINGS
#pragma warning(disable:4244)
#pragma warning(disable:4267)
#pragma warning(disable:4305)
#endif
#endif
#endif /* _SIMPLVtkLib_H_ */