[vtkusers] Can't build VTK on OS X 10.7.5 -- fcntl.h not included?

Kent Williams nkwmailinglists at gmail.com
Tue Mar 18 13:37:32 EDT 2014


OS X 10.7.5
Compiler: Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin11.4.2
Thread model: posix

It runs into an error in
VTK/ThirdParty/freetype/vtkfreetype/builds/unix/ftsystm.c

[ 38%] Building C object
ThirdParty/freetype/vtkfreetype/CMakeFiles/vtkfreetype.dir/builds/unix/ftsystem.c.o
/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/freetype/vtkfreetype/builds/unix/ftsystem.c:241:32:
error:
      use of undeclared identifier 'O_RDONLY'
    file = open( filepathname, O_RDONLY );

If I comment out the #ifdef HAVE_FCNTL_H -- in other words, have that file
include fcntl.y unconditionally -- the build keeps working.

My CMakeCache.txt:

# This is the CMakeCache file.
# For build in directory: /scratch/kent/namicExt/build/VTK-build
# It was generated by CMake: /Volumes/scratch/kent/opt/cmake/CMake
2.8-11.app/Contents/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//Path to a library.
ApplicationServices:FILEPATH=/System/Library/Frameworks/ApplicationServices.framework

//No help, variable specified on the command line.
BUILDNAME:STRING=Darwin-clang++

//Build the VTK documentation
BUILD_DOCUMENTATION:BOOL=OFF

//Build VTK examples.
BUILD_EXAMPLES:BOOL=OFF

//Build Shared Libraries
BUILD_SHARED_LIBS:BOOL=OFF

//Build the testing tree.
BUILD_TESTING:BOOL=OFF

//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar

//No help, variable specified on the command line.
CMAKE_ARCHIVE_OUTPUT_DIRECTORY:PATH=/scratch/kent/namicExt/build/lib

//No help, variable specified on the command line.
CMAKE_BUILD_TYPE:STRING=Debug

//No help, variable specified on the command line.
CMAKE_BUNDLE_OUTPUT_DIRECTORY:PATH=

//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON

//CXX compiler.
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/clang++

//No help, variable specified on the command line.
CMAKE_CXX_FLAGS:STRING=  -Wall -Wcast-align -Wdisabled-optimization -Wextra
-Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wunused
-Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated
-Wno-invalid-offsetof -Woverloaded-virtual

//No help, variable specified on the command line.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g

//No help, variable specified on the command line.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//No help, variable specified on the command line.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//No help, variable specified on the command line.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//C compiler.
CMAKE_C_COMPILER:FILEPATH=/usr/bin/clang

//No help, variable specified on the command line.
CMAKE_C_FLAGS:STRING=  -Wno-uninitialized -Wno-unused-parameter -Wall
-Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch
-Wno-format-nonliteral -Wpointer-arith -Wunused -Wwrite-strings
-funit-at-a-time -Wno-strict-overflow

//No help, variable specified on the command line.
CMAKE_C_FLAGS_DEBUG:STRING=-g

//No help, variable specified on the command line.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//No help, variable specified on the command line.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//No help, variable specified on the command line.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//No help, variable specified on the command line.
CMAKE_EXE_LINKER_FLAGS:STRING='  '

//No help, variable specified on the command line.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

//No help, variable specified on the command line.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=

//No help, variable specified on the command line.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=

//No help, variable specified on the command line.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//No help, variable specified on the command line.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF

//No help, variable specified on the command line.
CMAKE_EXTRA_GENERATOR:STRING=

//No help, variable specified on the command line.
CMAKE_GENERATOR:STRING=Unix Makefiles

//No help, variable specified on the command line.
CMAKE_INCLUDE_DIRECTORIES_BEFORE:BOOL=ON

//Path to a program.
CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool

//No help, variable specified on the command line.
CMAKE_INSTALL_PREFIX:PATH=/scratch/kent/namicExt/build/VTK-install

//No help, variable specified on the command line.
CMAKE_LIBRARY_OUTPUT_DIRECTORY:PATH=/scratch/kent/namicExt/build/lib

//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make

//No help, variable specified on the command line.
CMAKE_MODULE_LINKER_FLAGS:STRING='  '

//No help, variable specified on the command line.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=

//No help, variable specified on the command line.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=

//No help, variable specified on the command line.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=

//No help, variable specified on the command line.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//No help, variable specified on the command line.
CMAKE_MODULE_PATH:PATH=/scratch/kent/namicExt/NAMICExternalProjects/CMake

//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm

//Path to a program.
CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND

//Path to a program.
CMAKE_OBJDUMP:FILEPATH=CMAKE_OBJDUMP-NOTFOUND

//Build architectures for OSX
CMAKE_OSX_ARCHITECTURES:STRING=

//Minimum OS X version to target for deployment (at runtime); newer
// APIs weak linked. Set to empty string for default value.
CMAKE_OSX_DEPLOYMENT_TARGET:STRING=

//The product will be built against the headers and libraries located
// inside the indicated SDK.
CMAKE_OSX_SYSROOT:STRING=

//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=VTK

//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib

//No help, variable specified on the command line.
CMAKE_RUNTIME_OUTPUT_DIRECTORY:PATH=/scratch/kent/namicExt/build/bin

//No help, variable specified on the command line.
CMAKE_SHARED_LINKER_FLAGS:STRING='  '

//No help, variable specified on the command line.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

//No help, variable specified on the command line.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

//No help, variable specified on the command line.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

//No help, variable specified on the command line.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=OFF

//No help, variable specified on the command line.
CMAKE_SKIP_RPATH:BOOL=OFF

//Flags used by the linker during the creation of static libraries.
CMAKE_STATIC_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip

//Thread library used.
CMAKE_THREAD_LIBS:STRING=

//If true, cmake will use relative paths in makefiles and projects.
CMAKE_USE_RELATIVE_PATHS:BOOL=OFF

//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make.  This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=OFF

//No help, variable specified on the command line.
CTEST_NEW_FORMAT:BOOL=OFF

//Value Computed by CMake
DICOMParser_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/Utilities/DICOMParser

//Value Computed by CMake
DICOMParser_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/Utilities/DICOMParser

//Path to a library.
EXECINFO_LIB:FILEPATH=EXECINFO_LIB-NOTFOUND

//Disable compiler warnings
EXODUSII_DISABLE_COMPILER_WARNINGS:BOOL=ON

//Additional URL templates for the ExternalData CMake script to
// look for testing data. E.g.
//\nfile:///var/bigharddrive/%(algo)/%(hash)
ExternalData_URL_TEMPLATES:STRING=

//Value Computed by CMake
HDF5_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/hdf5/vtkhdf5

//Build with library install_name set to the installation path
HDF5_BUILD_WITH_INSTALL_NAME:BOOL=OFF

//Value Computed by CMake
HDF5_HL_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/hdf5/vtkhdf5/hl

//Value Computed by CMake
HDF5_HL_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/hdf5/vtkhdf5/hl

//Value Computed by CMake
HDF5_HL_SRC_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/hdf5/vtkhdf5/hl/src

//Value Computed by CMake
HDF5_HL_SRC_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/hdf5/vtkhdf5/hl/src

//Value Computed by CMake
HDF5_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/hdf5/vtkhdf5

//Value Computed by CMake
HDF5_SRC_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/hdf5/vtkhdf5/src

//Value Computed by CMake
HDF5_SRC_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/hdf5/vtkhdf5/src

//Path to a library.
IOKit:FILEPATH=/System/Library/Frameworks/IOKit.framework

//Value Computed by CMake
JsonCpp_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/jsoncpp/vtkjsoncpp

//Value Computed by CMake
JsonCpp_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/jsoncpp/vtkjsoncpp

//No help, variable specified on the command line.
MAKECOMMAND:STRING=/usr/bin/make -i

//No help, variable specified on the command line.
MEMORYCHECK_COMMAND:PATH=/usr/local/bin/valgrind

//No help, variable specified on the command line.
MEMORYCHECK_COMMAND_OPTIONS:STRING=

//Request building AutobahnPython
Module_AutobahnPython:BOOL=OFF

//Request building Twisted
Module_Twisted:BOOL=OFF

//Request building ZopeInterface
Module_ZopeInterface:BOOL=OFF

//Request building vtkAcceleratorsDax
Module_vtkAcceleratorsDax:BOOL=OFF

//Request building vtkAcceleratorsPiston
Module_vtkAcceleratorsPiston:BOOL=OFF

//Request building vtkFiltersParallelFlowPaths
Module_vtkFiltersParallelFlowPaths:BOOL=OFF

//Request building vtkFiltersParallelGeometry
Module_vtkFiltersParallelGeometry:BOOL=OFF

//Request building vtkFiltersParallelMPI
Module_vtkFiltersParallelMPI:BOOL=OFF

//Request building vtkFiltersParallelStatistics
Module_vtkFiltersParallelStatistics:BOOL=OFF

//Request building vtkFiltersReebGraph
Module_vtkFiltersReebGraph:BOOL=OFF

//Request building vtkFiltersStatisticsGnuR
Module_vtkFiltersStatisticsGnuR:BOOL=OFF

//Request building vtkGUISupportQt
Module_vtkGUISupportQt:BOOL=OFF

//Request building vtkGUISupportQtOpenGL
Module_vtkGUISupportQtOpenGL:BOOL=OFF

//Request building vtkGUISupportQtSQL
Module_vtkGUISupportQtSQL:BOOL=OFF

//Request building vtkGUISupportQtWebkit
Module_vtkGUISupportQtWebkit:BOOL=OFF

//Request building vtkIOFFMPEG
Module_vtkIOFFMPEG:BOOL=OFF

//Request building vtkIOGDAL
Module_vtkIOGDAL:BOOL=OFF

//Request building vtkIOGeoJSON
Module_vtkIOGeoJSON:BOOL=OFF

//Request building vtkIOMPIImage
Module_vtkIOMPIImage:BOOL=OFF

//Request building vtkIOMPIParallel
Module_vtkIOMPIParallel:BOOL=OFF

//Request building vtkIOMySQL
Module_vtkIOMySQL:BOOL=OFF

//Request building vtkIOODBC
Module_vtkIOODBC:BOOL=OFF

//Request building vtkIOParallelExodus
Module_vtkIOParallelExodus:BOOL=OFF

//Request building vtkIOParallelLSDyna
Module_vtkIOParallelLSDyna:BOOL=OFF

//Request building vtkIOParallelNetCDF
Module_vtkIOParallelNetCDF:BOOL=OFF

//Request building vtkIOPostgreSQL
Module_vtkIOPostgreSQL:BOOL=OFF

//Request building vtkIOVPIC
Module_vtkIOVPIC:BOOL=OFF

//Request building vtkIOXdmf2
Module_vtkIOXdmf2:BOOL=OFF

//Request building vtkInfovisBoost
Module_vtkInfovisBoost:BOOL=OFF

//Request building vtkInfovisBoostGraphAlgorithms
Module_vtkInfovisBoostGraphAlgorithms:BOOL=OFF

//Request building vtkInfovisParallel
Module_vtkInfovisParallel:BOOL=OFF

//Request building vtkParallelMPI
Module_vtkParallelMPI:BOOL=OFF

//Request building vtkPython
Module_vtkPython:BOOL=OFF

//Request building vtkPythonInterpreter
Module_vtkPythonInterpreter:BOOL=OFF

//Request building vtkRenderingFreeTypeFontConfig
Module_vtkRenderingFreeTypeFontConfig:BOOL=OFF

//Request building vtkRenderingMatplotlib
Module_vtkRenderingMatplotlib:BOOL=OFF

//Request building vtkRenderingParallel
Module_vtkRenderingParallel:BOOL=OFF

//Request building vtkRenderingParallelLIC
Module_vtkRenderingParallelLIC:BOOL=OFF

//Request building vtkRenderingQt
Module_vtkRenderingQt:BOOL=OFF

//Request building vtkRenderingTk
Module_vtkRenderingTk:BOOL=OFF

//Request building vtkTclTk
Module_vtkTclTk:BOOL=OFF

//Request building vtkTestingCore
Module_vtkTestingCore:BOOL=OFF

//Request building vtkTestingGenericBridge
Module_vtkTestingGenericBridge:BOOL=OFF

//Request building vtkTestingIOSQL
Module_vtkTestingIOSQL:BOOL=OFF

//Request building vtkTestingRendering
Module_vtkTestingRendering:BOOL=OFF

//Request building vtkVPIC
Module_vtkVPIC:BOOL=OFF

//Request building vtkViewsQt
Module_vtkViewsQt:BOOL=OFF

//Request building vtkWebApplications
Module_vtkWebApplications:BOOL=OFF

//Request building vtkWebCore
Module_vtkWebCore:BOOL=OFF

//Request building vtkWebGLExporter
Module_vtkWebGLExporter:BOOL=OFF

//Request building vtkWebInstall
Module_vtkWebInstall:BOOL=OFF

//Request building vtkWebJavaScript
Module_vtkWebJavaScript:BOOL=OFF

//Request building vtkWebPython
Module_vtkWebPython:BOOL=OFF

//Request building vtkWrappingJava
Module_vtkWrappingJava:BOOL=OFF

//Request building vtkWrappingPythonCore
Module_vtkWrappingPythonCore:BOOL=OFF

//Request building vtkWrappingTcl
Module_vtkWrappingTcl:BOOL=OFF

//Request building vtkWrappingTools
Module_vtkWrappingTools:BOOL=OFF

//Request building vtkmrmpi
Module_vtkmrmpi:BOOL=OFF

//Request building vtkxdmf2
Module_vtkxdmf2:BOOL=OFF

//No help, variable specified on the command line.
NAMICExternalProjects_USE_QT:BOOL=ON

//Specify default maximum number of elements in the file chunk
// cache chunk for HDF5 files (should be prime number).
NETCDF4_CHUNK_CACHE_NELEMS:STRING=1009

//Specify default file chunk cache preemption policy for HDF5 files
// (a number between 0 and 1, inclusive).
NETCDF4_CHUNK_CACHE_PREEMPTION:STRING=0.75

//Specify default file cache chunk size for HDF5 files in bytes.
NETCDF4_CHUNK_CACHE_SIZE:STRING=4194304

//Specify the number of chunks to store in default per-variable
// cache.
NETCDF4_DEFAULT_CHUNKS_IN_CACHE:STRING=10

//Specify default size of chunks in bytes.
NETCDF4_DEFAULT_CHUNK_SIZE:STRING=4194304

//Specify maximum size (in bytes) for the default per-var chunk
// cache.
NETCDF4_MAX_DEFAULT_CACHE_SIZE:STRING=67108864

//Disable compiler warnings
NETCDF_DISABLE_COMPILER_WARNINGS:BOOL=ON

//Build netcdf C++ API
NETCDF_ENABLE_CXX:BOOL=ON

//Include for OpenGL on OSX
OPENGL_INCLUDE_DIR:PATH=/System/Library/Frameworks/OpenGL.framework

//OpenGL lib for OSX
OPENGL_gl_LIBRARY:FILEPATH=/System/Library/Frameworks/OpenGL.framework

//AGL lib for OSX
OPENGL_glu_LIBRARY:FILEPATH=/System/Library/Frameworks/AGL.framework

//Does an external project define proj_list or should libproj4
// define it?
PROJ_LIST_EXTERNAL:BOOL=OFF

//Should libproj4 include projection code that relies on GSL?
PROJ_USE_GSL:BOOL=OFF

//Should libproj4 be built as a thread-friendly library?
PROJ_USE_PTHREADS:BOOL=ON

//No help, variable specified on the command line.
PYTHON_EXECUTABLE:PATH=/System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7

//No help, variable specified on the command line.
PYTHON_INCLUDE_DIR:PATH=/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7

//No help, variable specified on the command line.
PYTHON_LIBRARIES:FILEPATH=

//No help, variable specified on the command line.
PYTHON_LIBRARY:FILEPATH=/System/Library/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib

//No help, variable specified on the command line.
QT_MOC_EXECUTABLE:PATH=/usr/local/Cellar/qt/4.8.4/bin/moc

//No help, variable specified on the command line.
QT_QMAKE_EXECUTABLE:FILEPATH=/usr/local/bin/qmake

//No help, variable specified on the command line.
QT_UIC_EXECUTABLE:PATH=/usr/local/Cellar/qt/4.8.4/bin/uic

//No help, variable specified on the command line.
SITE:STRING=developer.psychiatry.uiowa.edu

//No help, variable specified on the command line.
SuperBuild_NAMICExternalProjects_BUILD_DICOM_SUPPORT:BOOL=ON

//Use HIDDEN visibility support if available.
USE_COMPILER_HIDDEN_VISIBILITY:BOOL=ON

//Value Computed by CMake
VTKEXPAT_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/expat/vtkexpat

//Value Computed by CMake
VTKEXPAT_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/expat/vtkexpat

//Value Computed by CMake
VTKFREETYPE_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/freetype/vtkfreetype

//Value Computed by CMake
VTKFREETYPE_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/freetype/vtkfreetype

//Value Computed by CMake
VTKFTGL_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/ftgl

//Value Computed by CMake
VTKFTGL_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/ftgl

//Value Computed by CMake
VTKGL2PS_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/gl2ps/vtkgl2ps

//Value Computed by CMake
VTKGL2PS_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/gl2ps/vtkgl2ps

//Value Computed by CMake
VTKJPEG_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/jpeg/vtkjpeg

//Value Computed by CMake
VTKJPEG_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/jpeg/vtkjpeg

//Value Computed by CMake
VTKNETCDF_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/netcdf/vtknetcdf

//Value Computed by CMake
VTKNETCDF_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf

//Value Computed by CMake
VTKOGGTHEORA_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/oggtheora/vtkoggtheora

//Disable assemby optimizations
VTKOGGTHEORA_DISABLE_ASM:BOOL=OFF

//Disable the use of floating point code in theora
VTKOGGTHEORA_DISABLE_FLOAT:BOOL=OFF

//Additional linker flags for vtkoggtheora when building as a shared
// library
VTKOGGTHEORA_SHARED_LINKER_FLAGS:STRING=-Wl,-exported_symbols_list,"/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/oggtheora/vtkoggtheora/vtkoggtheora.exp"

//Value Computed by CMake
VTKOGGTHEORA_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/oggtheora/vtkoggtheora

//Value Computed by CMake
VTKPNG_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/png/vtkpng

//Value Computed by CMake
VTKPNG_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/png/vtkpng

//Value Computed by CMake
VTKSQLite_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/sqlite/vtksqlite

//Value Computed by CMake
VTKSQLite_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/sqlite/vtksqlite

//Value Computed by CMake
VTKTIFF_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/tiff/vtktiff

//Value Computed by CMake
VTKTIFF_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/tiff/vtktiff

//Value Computed by CMake
VTKZLIB_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/zlib/vtkzlib

//Value Computed by CMake
VTKZLIB_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/zlib/vtkzlib

//Build all vtkObject derived classes with object factory new methods.
VTK_ALL_NEW_OBJECT_FACTORY:BOOL=OFF

//Value Computed by CMake
VTK_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build

//Request to build all modules
VTK_BUILD_ALL_MODULES:BOOL=OFF

//Directory where python modules will be put inside the build tree
VTK_BUILD_PYTHON_MODULE_DIR:PATH=-NOTFOUND

//Local directory holding ExternalData objects in the layout
%(algo)/%(hash).
VTK_DATA_STORE:PATH=

//Build leak checking support into VTK.
VTK_DEBUG_LEAKS:BOOL=OFF

//Location of the OpenGL extensions header file (glext.h).
VTK_GLEXT_FILE:FILEPATH=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/Utilities/ParseOGLExt/headers/glext.h

//Location of the GLX extensions header file (glxext.h).
VTK_GLXEXT_FILE:FILEPATH=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/Utilities/ParseOGLExt/headers/glxext.h

//Request building Imaging modules
VTK_Group_Imaging:BOOL=OFF

//Request building MPI modules
VTK_Group_MPI:BOOL=OFF

//Request building Qt modules
VTK_Group_Qt:BOOL=OFF

//Request building Rendering modules
VTK_Group_Rendering:BOOL=ON

//Request building of all stand alone modules (no external dependencies
// required)
VTK_Group_StandAlone:BOOL=ON

//Request building Tk modules
VTK_Group_Tk:BOOL=OFF

//Request building Views modules
VTK_Group_Views:BOOL=OFF

//Request building Web modules
VTK_Group_Web:BOOL=OFF

//Enable buggy OpenGL drivers for testing.
VTK_IGNORE_GLDRIVER_BUGS:BOOL=OFF

//No help, variable specified on the command line.
VTK_INSTALL_LIB_DIR:PATH=

//Directory where python modules will be installed
VTK_INSTALL_PYTHON_MODULE_DIR:PATH=-NOTFOUND

//Remove all legacy code completely.
VTK_LEGACY_REMOVE:BOOL=OFF

//Silence all legacy code messages.
VTK_LEGACY_SILENT:BOOL=OFF

//Should all modules build instantiators
VTK_MAKE_INSTANTIATORS:BOOL=OFF

//Max number of threads vktMultiThreader will allocate.
VTK_MAX_THREADS:STRING=64

//The OpenGL library being used supports off screen Mesa calls
VTK_OPENGL_HAS_OSMESA:BOOL=OFF

//Enable OpenGL error check and report
VTK_REPORT_OPENGL_ERRORS:BOOL=ON

//No help, variable specified on the command line.
VTK_REQUIRED_OBJCXX_FLAGS:STRING=""

//Which multi-threaded parallelism implementation to use. Options
// are Sequential, Simple, Kaapi or TBB
VTK_SMP_IMPLEMENTATION_TYPE:STRING=Sequential

//Value Computed by CMake
VTK_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK

//Build VTK with 64 bit ids
VTK_USE_64BIT_IDS:BOOL=ON

//Use Carbon for VTK render windows (deprecated)
VTK_USE_CARBON:BOOL=OFF

//Use Cocoa for VTK render windows
VTK_USE_COCOA:BOOL=ON

//No help, variable specified on the command line.
VTK_USE_GUISUPPORT:BOOL=ON

//Enable tests requiring "large" data
VTK_USE_LARGE_DATA:BOOL=OFF

//Use off screen calls by default
VTK_USE_OFFSCREEN:BOOL=OFF

//No help, variable specified on the command line.
VTK_USE_PARALLEL:BOOL=ON

//No help, variable specified on the command line.
VTK_USE_QT:BOOL=ON

//No help, variable specified on the command line.
VTK_USE_QVTK_QTOPENGL:BOOL=ON

//Use system-installed EXPAT
VTK_USE_SYSTEM_EXPAT:BOOL=OFF

//Use system-installed Freetype
VTK_USE_SYSTEM_FREETYPE:BOOL=OFF

//Use system-installed GL2PS
VTK_USE_SYSTEM_GL2PS:BOOL=OFF

//Use system-installed HDF5
VTK_USE_SYSTEM_HDF5:BOOL=OFF

//Use system-installed JPEG
VTK_USE_SYSTEM_JPEG:BOOL=OFF

//Use system-installed JsonCpp
VTK_USE_SYSTEM_JSONCPP:BOOL=OFF

//Use system-installed LIBPROJ4
VTK_USE_SYSTEM_LIBPROJ4:BOOL=OFF

//Use system-installed LibXml2
VTK_USE_SYSTEM_LIBXML2:BOOL=OFF

//Use system-installed NetCDF
VTK_USE_SYSTEM_NETCDF:BOOL=OFF

//Use system-installed OGGTHEORA
VTK_USE_SYSTEM_OGGTHEORA:BOOL=OFF

//Use system-installed PNG
VTK_USE_SYSTEM_PNG:BOOL=OFF

//Use system-installed TIFF
VTK_USE_SYSTEM_TIFF:BOOL=OFF

//Use system-installed ZLIB
VTK_USE_SYSTEM_ZLIB:BOOL=OFF

//Use TDx interaction devices
VTK_USE_TDX:BOOL=OFF

//Use X for VTK render windows
VTK_USE_X:BOOL=OFF

//Location of the WGL extensions header file (wglext.h).
VTK_WGLEXT_FILE:FILEPATH=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/Utilities/ParseOGLExt/headers/wglext.h

//Path to a file.
VTK_WRAP_HINTS:FILEPATH=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/Wrapping/Tools/hints

//Should VTK Java wrapping be built?
VTK_WRAP_JAVA:BOOL=OFF

//Should VTK Python wrapping be built?
VTK_WRAP_PYTHON:BOOL=OFF

//Should VTK Tcl wrapping be built?
VTK_WRAP_TCL:BOOL=OFF

//Value Computed by CMake
alglib_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/alglib

//Value Computed by CMake
alglib_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/alglib

//Value Computed by CMake
libproj4_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/libproj4/vtklibproj4

//Value Computed by CMake
libproj4_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/libproj4/vtklibproj4

//Value Computed by CMake
netcdf_cxx_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/netcdf/vtknetcdf/cxx

//Value Computed by CMake
netcdf_cxx_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/cxx

//Value Computed by CMake
netcdf_libdispatch_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/netcdf/vtknetcdf/libdispatch

//Value Computed by CMake
netcdf_libdispatch_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch

//Value Computed by CMake
netcdf_liblib_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/netcdf/vtknetcdf/liblib

//Value Computed by CMake
netcdf_liblib_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/liblib

//Value Computed by CMake
netcdf_libsrc4_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/netcdf/vtknetcdf/libsrc4

//Value Computed by CMake
netcdf_libsrc4_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc4

//Value Computed by CMake
netcdf_libsrc_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/netcdf/vtknetcdf/libsrc

//Value Computed by CMake
netcdf_libsrc_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc

//Value Computed by CMake
verdict_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/verdict/vtkverdict

//Dependencies for target
verdict_LIB_DEPENDS:STATIC=

//Value Computed by CMake
verdict_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/verdict/vtkverdict

//Dependencies for the target
vtkChartsCore_LIB_DEPENDS:STATIC=general;vtkRenderingContext2D;general;vtkCommonColor;general;vtkInfovisCore;

//Dependencies for the target
vtkCommonColor_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;

//Dependencies for the target
vtkCommonComputationalGeometry_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonSystem;

//Dependencies for the target
vtkCommonCore_LIB_DEPENDS:STATIC=general;vtksys;

//Dependencies for the target
vtkCommonDataModel_LIB_DEPENDS:STATIC=general;vtkCommonMath;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtksys;

//Dependencies for the target
vtkCommonExecutionModel_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;

//Dependencies for the target
vtkCommonMath_LIB_DEPENDS:STATIC=general;vtkCommonCore;

//Dependencies for the target
vtkCommonMisc_LIB_DEPENDS:STATIC=general;vtkCommonMath;

//Dependencies for the target
vtkCommonSystem_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtksys;

//Dependencies for the target
vtkCommonTransforms_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonMath;

//Dependencies for target
vtkDICOMParser_LIB_DEPENDS:STATIC=

//Dependencies for the target
vtkDomainsChemistry_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkRenderingCore;general;vtkIOXML;general;vtkFiltersSources;

//Value Computed by CMake
vtkExodus2_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/exodusII/vtkexodusII

//Value Computed by CMake
vtkExodus2_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/exodusII/vtkexodusII

//Dependencies for the target
vtkFiltersAMR_LIB_DEPENDS:STATIC=general;vtkFiltersGeneral;general;vtkParallelCore;

//Dependencies for the target
vtkFiltersCore_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkCommonTransforms;

//Dependencies for the target
vtkFiltersExtraction_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkFiltersStatistics;

//Dependencies for the target
vtkFiltersFlowPaths_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkFiltersGeneral;general;vtkFiltersSources;general;vtkIOCore;

//Dependencies for the target
vtkFiltersGeneral_LIB_DEPENDS:STATIC=general;vtkCommonComputationalGeometry;general;vtkFiltersCore;

//Dependencies for the target
vtkFiltersGeneric_LIB_DEPENDS:STATIC=general;vtkFiltersCore;general;vtkFiltersSources;

//Dependencies for the target
vtkFiltersGeometry_LIB_DEPENDS:STATIC=general;vtkFiltersCore;

//Dependencies for the target
vtkFiltersHybrid_LIB_DEPENDS:STATIC=general;vtkFiltersGeneral;general;vtkImagingSources;general;vtkRenderingCore;

//Dependencies for the target
vtkFiltersHyperTree_LIB_DEPENDS:STATIC=general;vtkFiltersGeneral;

//Dependencies for the target
vtkFiltersImaging_LIB_DEPENDS:STATIC=general;vtkFiltersStatistics;general;vtkImagingGeneral;general;vtkImagingSources;

//Dependencies for the target
vtkFiltersModeling_LIB_DEPENDS:STATIC=general;vtkFiltersGeneral;general;vtkFiltersSources;

//Dependencies for the target
vtkFiltersParallelImaging_LIB_DEPENDS:STATIC=general;vtkFiltersImaging;general;vtkFiltersParallel;general;vtkIOLegacy;general;vtkImagingCore;general;vtkParallelCore;

//Dependencies for the target
vtkFiltersParallel_LIB_DEPENDS:STATIC=general;vtkFiltersExtraction;general;vtkFiltersGeometry;general;vtkFiltersModeling;general;vtkParallelCore;general;vtkRenderingCore;

//Dependencies for the target
vtkFiltersProgrammable_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;

//Dependencies for the target
vtkFiltersSMP_LIB_DEPENDS:STATIC=general;vtkFiltersCore;general;vtkFiltersGeneral;

//Dependencies for the target
vtkFiltersSelection_LIB_DEPENDS:STATIC=general;vtkCommonComputationalGeometry;general;vtkFiltersCore;

//Dependencies for the target
vtkFiltersSources_LIB_DEPENDS:STATIC=general;vtkCommonComputationalGeometry;general;vtkFiltersGeneral;

//Dependencies for the target
vtkFiltersStatistics_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonMisc;general;vtkCommonTransforms;general;vtkImagingFourier;general;vtkalglib;

//Dependencies for the target
vtkFiltersTexture_LIB_DEPENDS:STATIC=general;vtkFiltersGeneral;

//Dependencies for the target
vtkFiltersVerdict_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;verdict;

//Dependencies for the target
vtkGeovisCore_LIB_DEPENDS:STATIC=general;vtkIOXML;general;vtkInfovisLayout;general;vtkInteractionStyle;general;vtkInteractionWidgets;general;vtkRenderingOpenGL;general;vtkViewsCore;general;vtkproj4;

//Dependencies for the target
vtkIOAMR_LIB_DEPENDS:STATIC=general;vtkFiltersAMR;general;vtkParallelCore;general;vtkhdf5_hl;general;vtkhdf5;general;vtksys;

//Dependencies for the target
vtkIOCore_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkzlib;general;vtksys;

//Dependencies for the target
vtkIOEnSight_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;

//Dependencies for the target
vtkIOExodus_LIB_DEPENDS:STATIC=general;vtkFiltersGeneral;general;vtkIOXML;general;vtkexoIIc;general;vtksys;

//Dependencies for the target
vtkIOExport_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkImagingCore;general;vtkRenderingAnnotation;general;vtkRenderingContext2D;general;vtkRenderingCore;general;vtkRenderingFreeType;general;vtkRenderingGL2PS;general;vtkRenderingLabel;general;vtkRenderingOpenGL;general;vtkIOImage;general;vtkFiltersGeometry;general;vtkgl2ps;

//Dependencies for the target
vtkIOGeometry_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkIOCore;general;vtkzlib;general;vtkjsoncpp;general;vtksys;

//Dependencies for the target
vtkIOImage_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkIOCore;general;vtkjpeg;general;vtkpng;general;vtktiff;general;vtkmetaio;general;vtkDICOMParser;general;vtksys;

//Dependencies for the target
vtkIOImport_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkRenderingCore;general;vtkFiltersSources;

//Dependencies for the target
vtkIOInfovis_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkIOCore;general;vtkIOLegacy;general;vtkInfovisCore;general;vtklibxml2;general;vtksys;

//Dependencies for the target
vtkIOLSDyna_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkIOXML;general;vtksys;

//Dependencies for the target
vtkIOLegacy_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkIOCore;general;vtksys;

//Dependencies for the target
vtkIOMINC_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkFiltersHybrid;general;vtkIOGeometry;general;vtkIOImage;general;vtkRenderingCore;general;vtksys;general;vtkNetCDF;general;vtkNetCDF_cxx;

//Dependencies for the target
vtkIOMovie_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonSystem;general;vtkIOCore;general;vtkoggtheora;

//Dependencies for the target
vtkIONetCDF_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonSystem;general;vtkIOCore;general;vtksys;general;vtkNetCDF;general;vtkNetCDF_cxx;

//Dependencies for the target
vtkIOPLY_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkIOGeometry;

//Dependencies for the target
vtkIOParallel_LIB_DEPENDS:STATIC=general;vtkFiltersParallel;general;vtkIOImage;general;vtkIONetCDF;general;vtkIOXML;general;vtkParallelCore;general;vtkexoIIc;general;vtkNetCDF;general;vtkNetCDF_cxx;

//Dependencies for the target
vtkIOSQL_LIB_DEPENDS:STATIC=general;vtkIOCore;general;vtksys;general;vtksqlite;

//Dependencies for the target
vtkIOVideo_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtksys;

//Dependencies for the target
vtkIOXMLParser_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkIOCore;general;vtkexpat;

//Dependencies for the target
vtkIOXML_LIB_DEPENDS:STATIC=general;vtkIOGeometry;general;vtkIOXMLParser;general;vtksys;

//Dependencies for the target
vtkImagingColor_LIB_DEPENDS:STATIC=general;vtkImagingCore;

//Dependencies for the target
vtkImagingCore_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms;

//Dependencies for the target
vtkImagingFourier_LIB_DEPENDS:STATIC=general;vtkImagingCore;general;vtksys;

//Dependencies for the target
vtkImagingGeneral_LIB_DEPENDS:STATIC=general;vtkImagingSources;

//Dependencies for the target
vtkImagingHybrid_LIB_DEPENDS:STATIC=general;vtkIOImage;general;vtkImagingCore;

//Dependencies for the target
vtkImagingMath_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;

//Dependencies for the target
vtkImagingMorphological_LIB_DEPENDS:STATIC=general;vtkImagingCore;general;vtkImagingGeneral;

//Dependencies for the target
vtkImagingSources_LIB_DEPENDS:STATIC=general;vtkImagingCore;

//Dependencies for the target
vtkImagingStatistics_LIB_DEPENDS:STATIC=general;vtkImagingCore;

//Dependencies for the target
vtkImagingStencil_LIB_DEPENDS:STATIC=general;vtkCommonComputationalGeometry;general;vtkImagingCore;

//Dependencies for the target
vtkInfovisCore_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonSystem;general;vtkFiltersExtraction;general;vtkFiltersGeneral;

//Dependencies for the target
vtkInfovisLayout_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkFiltersModeling;general;vtkImagingHybrid;general;vtkInfovisCore;

//Dependencies for the target
vtkInteractionImage_LIB_DEPENDS:STATIC=general;vtkImagingColor;general;vtkInteractionStyle;general;vtkInteractionWidgets;general;vtkRenderingCore;general;vtkRenderingFreeType;

//Dependencies for the target
vtkInteractionStyle_LIB_DEPENDS:STATIC=general;vtkRenderingCore;general;vtkFiltersSources;general;vtkFiltersExtraction;

//Dependencies for the target
vtkInteractionWidgets_LIB_DEPENDS:STATIC=general;vtkFiltersHybrid;general;vtkFiltersModeling;general;vtkImagingGeneral;general;vtkImagingHybrid;general;vtkInteractionStyle;general;vtkRenderingAnnotation;general;vtkRenderingFreeType;general;vtkRenderingVolume;

//Dependencies for the target
vtkNetCDF_LIB_DEPENDS:STATIC=general;vtkhdf5_hl;general;vtkhdf5;general;m;

//Dependencies for the target
vtkNetCDF_cxx_LIB_DEPENDS:STATIC=general;vtkNetCDF;

//Dependencies for the target
vtkParallelCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkIOLegacy;general;vtksys;

//Dependencies for the target
vtkRenderingAnnotation_LIB_DEPENDS:STATIC=general;vtkImagingColor;general;vtkRenderingFreeType;general;vtkFiltersSources;

//Dependencies for the target
vtkRenderingContext2D_LIB_DEPENDS:STATIC=general;vtkRenderingCore;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkRenderingOpenGL;general;vtkRenderingFreeType;

//Dependencies for the target
vtkRenderingCore_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonTransforms;general;vtkFiltersSources;general;vtkFiltersGeometry;general;vtkFiltersExtraction;general;vtksys;

//Dependencies for the target
vtkRenderingFreeTypeOpenGL_LIB_DEPENDS:STATIC=general;vtkRenderingCore;general;vtkRenderingFreeType;general;vtkRenderingOpenGL;

//Dependencies for the target
vtkRenderingFreeType_LIB_DEPENDS:STATIC=general;vtkRenderingCore;general;vtkRenderingCore;general;vtkfreetype;general;vtkftgl;

//Dependencies for the target
vtkRenderingGL2PS_LIB_DEPENDS:STATIC=general;vtkRenderingContext2D;general;vtkRenderingOpenGL;general;vtkRenderingFreeType;general;vtkgl2ps;

//Dependencies for the target
vtkRenderingImage_LIB_DEPENDS:STATIC=general;vtkImagingCore;general;vtkRenderingCore;

//Dependencies for the target
vtkRenderingLIC_LIB_DEPENDS:STATIC=general;vtkIOLegacy;general;vtkIOXML;general;vtkImagingSources;general;vtkRenderingOpenGL;general;vtksys;

//Dependencies for the target
vtkRenderingLOD_LIB_DEPENDS:STATIC=general;vtkFiltersModeling;general;vtkRenderingCore;

//Dependencies for the target
vtkRenderingLabel_LIB_DEPENDS:STATIC=general;vtkRenderingFreeType;general;vtkFiltersExtraction;

//Dependencies for the target
vtkRenderingOpenGL_LIB_DEPENDS:STATIC=general;vtkRenderingCore;general;vtkImagingHybrid;general;vtksys;general;/System/Library/Frameworks/AGL.framework;general;/System/Library/Frameworks/OpenGL.framework;general;/System/Library/Frameworks/ApplicationServices.framework;general;/System/Library/Frameworks/IOKit.framework;general;-framework
Cocoa;

//Dependencies for the target
vtkRenderingVolumeAMR_LIB_DEPENDS:STATIC=general;vtkFiltersAMR;general;vtkParallelCore;general;vtkRenderingVolume;

//Dependencies for the target
vtkRenderingVolumeOpenGL_LIB_DEPENDS:STATIC=general;vtkRenderingOpenGL;general;vtkRenderingVolume;general;vtksys;general;vtkFiltersGeneral;general;vtkFiltersSources;

//Dependencies for the target
vtkRenderingVolume_LIB_DEPENDS:STATIC=general;vtkImagingCore;general;vtkRenderingCore;

//Dependencies for the target
vtkViewsContext2D_LIB_DEPENDS:STATIC=general;vtkRenderingContext2D;general;vtkViewsCore;

//Dependencies for the target
vtkViewsCore_LIB_DEPENDS:STATIC=general;vtkInteractionWidgets;general;vtkRenderingCore;

//Dependencies for the target
vtkViewsGeovis_LIB_DEPENDS:STATIC=general;vtkGeovisCore;general;vtkViewsInfovis;

//Dependencies for the target
vtkViewsInfovis_LIB_DEPENDS:STATIC=general;vtkChartsCore;general;vtkCommonColor;general;vtkFiltersImaging;general;vtkFiltersModeling;general;vtkInfovisLayout;general;vtkInteractionStyle;general;vtkRenderingContext2D;general;vtkRenderingLabel;general;vtkViewsCore;general;vtkFiltersGeometry;

//Dependencies for target
vtkalglib_LIB_DEPENDS:STATIC=

//Dependencies for the target
vtkexoIIc_LIB_DEPENDS:STATIC=general;vtkNetCDF;general;vtkNetCDF_cxx;

//Dependencies for target
vtkexpat_LIB_DEPENDS:STATIC=

//Dependencies for the target
vtkfreetype_LIB_DEPENDS:STATIC=general;vtkzlib;general;-framework
ApplicationServices -framework CoreServices;

//Dependencies for the target
vtkftgl_LIB_DEPENDS:STATIC=general;/System/Library/Frameworks/OpenGL.framework;general;vtkfreetype;

//Dependencies for the target
vtkgl2ps_LIB_DEPENDS:STATIC=general;/System/Library/Frameworks/AGL.framework;general;/System/Library/Frameworks/OpenGL.framework;general;m;general;vtkzlib;general;vtkpng;general;m;

//Dependencies for the target
vtkhdf5_LIB_DEPENDS:STATIC=general;m;general;vtkzlib;

//Dependencies for the target
vtkhdf5_hl_LIB_DEPENDS:STATIC=general;vtkhdf5;

//Dependencies for target
vtkjpeg_LIB_DEPENDS:STATIC=

//Dependencies for target
vtkjsoncpp_LIB_DEPENDS:STATIC=

//Value Computed by CMake
vtklibxml2_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/ThirdParty/libxml2/vtklibxml2

//Dependencies for the target
vtklibxml2_LIB_DEPENDS:STATIC=general;vtkzlib;general;dl;general;m;

//Value Computed by CMake
vtklibxml2_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/libxml2/vtklibxml2

//Value Computed by CMake
vtkmetaio_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/Utilities/MetaIO/vtkmetaio

//Dependencies for the target
vtkmetaio_LIB_DEPENDS:STATIC=general;vtkzlib;

//Value Computed by CMake
vtkmetaio_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/Utilities/MetaIO/vtkmetaio

//Dependencies for target
vtkoggtheora_LIB_DEPENDS:STATIC=

//Dependencies for the target
vtkpng_LIB_DEPENDS:STATIC=general;vtkzlib;general;-lm;

//Dependencies for the target
vtkproj4_LIB_DEPENDS:STATIC=general;m;

//Dependencies for target
vtksqlite_LIB_DEPENDS:STATIC=

//Value Computed by CMake
vtksys_BINARY_DIR:STATIC=/scratch/kent/namicExt/build/VTK-build/Utilities/KWSys/vtksys

//Dependencies for target
vtksys_LIB_DEPENDS:STATIC=

//Value Computed by CMake
vtksys_SOURCE_DIR:STATIC=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/Utilities/KWSys/vtksys

//Dependencies for the target
vtktiff_LIB_DEPENDS:STATIC=general;vtkzlib;general;vtkjpeg;general;-lm;

//Dependencies for target
vtkzlib_LIB_DEPENDS:STATIC=


########################
# INTERNAL cache entries
########################

ALGLIB_SHARED_LIB:INTERNAL=OFF
//ADVANCED property for variable: ApplicationServices
ApplicationServices-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
CMAKE_ANSI_FOR_SCOPE:INTERNAL=TRUE
//Have include iostream
CMAKE_ANSI_STREAM_HEADERS:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_ARCHIVE_OUTPUT_DIRECTORY
CMAKE_ARCHIVE_OUTPUT_DIRECTORY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_BUILD_TOOL
CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
//What is the target build tool cmake is generating for.
CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/make
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/scratch/kent/namicExt/build/VTK-build
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=8
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=11
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/Volumes/scratch/kent/opt/cmake/CMake
2.8-11.app/Contents/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/Volumes/scratch/kent/opt/cmake/CMake
2.8-11.app/Contents/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/Volumes/scratch/kent/opt/cmake/CMake
2.8-11.app/Contents/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/Volumes/scratch/kent/opt/cmake/CMake
2.8-11.app/Contents/bin/ccmake
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Result of TRY_COMPILE
CMAKE_HAS_ANSI_STRING_STREAM:INTERNAL=TRUE
//Have symbol pthread_create
CMAKE_HAVE_LIBC_CREATE:INTERNAL=1
//Have include pthread.h
CMAKE_HAVE_PTHREAD_H:INTERNAL=1
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK
//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL
CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_LIBRARY_OUTPUT_DIRECTORY
CMAKE_LIBRARY_OUTPUT_DIRECTORY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//Does the compiler support ansi for scope.
CMAKE_NO_ANSI_FOR_SCOPE:INTERNAL=0
//ADVANCED property for variable: CMAKE_NO_ANSI_STREAM_HEADERS
CMAKE_NO_ANSI_STREAM_HEADERS-ADVANCED:INTERNAL=1
//Does the compiler support headers like iostream.
CMAKE_NO_ANSI_STREAM_HEADERS:INTERNAL=0
//Does the compiler support sstream
CMAKE_NO_ANSI_STRING_STREAM:INTERNAL=0
//Does the compiler support std::.
CMAKE_NO_STD_NAMESPACE:INTERNAL=0
//number of local generators
CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=137
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OSX_ARCHITECTURES
CMAKE_OSX_ARCHITECTURES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OSX_DEPLOYMENT_TARGET
CMAKE_OSX_DEPLOYMENT_TARGET-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OSX_SYSROOT
CMAKE_OSX_SYSROOT-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Test Support for 64 bit file systems
CMAKE_REQUIRE_LARGE_FILE_SUPPORT:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/Volumes/scratch/kent/opt/cmake/CMake
2.8-11.app/Contents/share/cmake-2.8
//ADVANCED property for variable: CMAKE_RUNTIME_OUTPUT_DIRECTORY
CMAKE_RUNTIME_OUTPUT_DIRECTORY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(unsigned short)
CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=2
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
CMAKE_STD_NAMESPACE:INTERNAL=TRUE
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//Suppress Warnings that are meant for the author of the CMakeLists.txt
// files.
CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=FALSE
//ADVANCED property for variable: CMAKE_THREAD_LIBS
CMAKE_THREAD_LIBS-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Result of TEST_BIG_ENDIAN
CMAKE_WORDS_BIGENDIAN:INTERNAL=0
//Compiler support for a deprecated attribute
COMPILER_HAS_DEPRECATED:INTERNAL=1
//Test COMPILER_HAS_DEPRECATED_ATTR
COMPILER_HAS_DEPRECATED_ATTR:INTERNAL=1
//Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
COMPILER_HAS_HIDDEN_INLINE_VISIBILITY:INTERNAL=1
//Test COMPILER_HAS_HIDDEN_VISIBILITY
COMPILER_HAS_HIDDEN_VISIBILITY:INTERNAL=1
//Result of TRY_COMPILE
CXX_HAVE_OFFSETOF:INTERNAL=TRUE
//Result of TRY_COMPILE
DEV_T_IS_SCALAR:INTERNAL=FALSE
//ADVANCED property for variable: EXODUSII_DISABLE_COMPILER_WARNINGS
EXODUSII_DISABLE_COMPILER_WARNINGS-ADVANCED:INTERNAL=1
//Have include malloc.h
EX_HAVE_MALLOC_H:INTERNAL=
//ADVANCED property for variable: ExternalData_URL_TEMPLATES
ExternalData_URL_TEMPLATES-ADVANCED:INTERNAL=1
//Details about finding OpenGL
FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/System/Library/Frameworks/OpenGL.framework][/System/Library/Frameworks/OpenGL.framework][v()]
//Details about finding Threads
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
//Result of TRY_COMPILE
GETTIMEOFDAY_GIVES_TZ:INTERNAL=FALSE
//Other test
H5_CXX_HAVE_OFFSETOF:INTERNAL=1
//Other test
H5_DEV_T_IS_SCALAR:INTERNAL=
//Checking IF overflows normally converting floating-point to integer
// values
H5_FP_TO_INTEGER_OVERFLOW_WORKS:INTERNAL=1
//Result of TRY_COMPILE
H5_FP_TO_INTEGER_OVERFLOW_WORKS_COMPILE:INTERNAL=TRUE
//Result of TRY_RUN
H5_FP_TO_INTEGER_OVERFLOW_WORKS_RUN:INTERNAL=0
//Checking IF accurately roundup converting floating-point to unsigned
// long long values
H5_FP_TO_ULLONG_ACCURATE:INTERNAL=1
//Result of TRY_COMPILE
H5_FP_TO_ULLONG_ACCURATE_COMPILE:INTERNAL=TRUE
//Result of TRY_RUN
H5_FP_TO_ULLONG_ACCURATE_RUN:INTERNAL=0
//Checking IF right maximum converting floating-point to unsigned
// long long values
H5_FP_TO_ULLONG_RIGHT_MAXIMUM:INTERNAL=
//Result of TRY_COMPILE
H5_FP_TO_ULLONG_RIGHT_MAXIMUM_COMPILE:INTERNAL=TRUE
//Result of TRY_RUN
H5_FP_TO_ULLONG_RIGHT_MAXIMUM_RUN:INTERNAL=1
//Other test
H5_GETTIMEOFDAY_GIVES_TZ:INTERNAL=
//Have function alarm
H5_HAVE_ALARM:INTERNAL=1
//Other test
H5_HAVE_ATTRIBUTE:INTERNAL=1
//Other test
H5_HAVE_C99_DESIGNATED_INITIALIZER:INTERNAL=1
//Other test
H5_HAVE_C99_FUNC:INTERNAL=1
//Have symbol tzname
H5_HAVE_DECL_TZNAME:INTERNAL=1
//Have function difftime
H5_HAVE_DIFFTIME:INTERNAL=1
//Have include
pthread.h;setjmp.h;stddef.h;stdint.h;string.h;strings.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;time.h;sys/timeb.h;sys/types.h;unistd.h;stdlib.h;memory.h;dlfcn.h
H5_HAVE_DLFCN_H:INTERNAL=1
//Have includes
pthread.h;setjmp.h;stddef.h;stdint.h;string.h;strings.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;time.h;sys/timeb.h;sys/types.h;unistd.h;stdlib.h;memory.h;dlfcn.h;features.h
H5_HAVE_FEATURES_H:INTERNAL=
//Have function fork
H5_HAVE_FORK:INTERNAL=1
//Have function frexpf
H5_HAVE_FREXPF:INTERNAL=1
//Have function frexpl
H5_HAVE_FREXPL:INTERNAL=1
//Have function fseeko
H5_HAVE_FSEEKO:INTERNAL=1
//Have function fstat64
H5_HAVE_FSTAT64:INTERNAL=1
//Have function ftello
H5_HAVE_FTELLO:INTERNAL=1
//Other test
H5_HAVE_FUNCTION:INTERNAL=1
//Have function gethostname
H5_HAVE_GETHOSTNAME:INTERNAL=1
//Have function getpwuid
H5_HAVE_GETPWUID:INTERNAL=1
//Have function getrusage
H5_HAVE_GETRUSAGE:INTERNAL=1
//Have includes ;globus/common.h
H5_HAVE_GLOBUS_COMMON_H:INTERNAL=
//Have include
pthread.h;setjmp.h;stddef.h;stdint.h;string.h;strings.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;time.h;sys/timeb.h;sys/types.h;unistd.h;stdlib.h;memory.h;dlfcn.h;inttypes.h
H5_HAVE_INTTYPES_H:INTERNAL=1
//Have function ioctl
H5_HAVE_IOCTL:INTERNAL=1
//Have includes ;io.h
H5_HAVE_IO_H:INTERNAL=
//Have library m;
H5_HAVE_LIBM:INTERNAL=1
//Have library socket;m
H5_HAVE_LIBSOCKET:INTERNAL=
//Have library ucb;m
H5_HAVE_LIBUCB:INTERNAL=
//Have library ws2_32;m
H5_HAVE_LIBWS2_32:INTERNAL=
//Have library wsock32;m
H5_HAVE_LIBWSOCK32:INTERNAL=
//Have function longjmp
H5_HAVE_LONGJMP:INTERNAL=1
//Have function lstat
H5_HAVE_LSTAT:INTERNAL=1
//Have include
pthread.h;setjmp.h;stddef.h;stdint.h;string.h;strings.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;time.h;sys/timeb.h;sys/types.h;unistd.h;stdlib.h;memory.h
H5_HAVE_MEMORY_H:INTERNAL=1
//Have includes ;mfhdf.h
H5_HAVE_MFHDF_H:INTERNAL=
//Have include
pthread.h;setjmp.h;stddef.h;stdint.h;string.h;strings.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;time.h;sys/timeb.h;sys/types.h;unistd.h;stdlib.h;memory.h;dlfcn.h;inttypes.h;netinet/in.h
H5_HAVE_NETINET_IN_H:INTERNAL=1
//Other test
H5_HAVE_OFF64_T:INTERNAL=
//Have includes ;pdb.h
H5_HAVE_PDB_H:INTERNAL=
//Have include ;pthread.h
H5_HAVE_PTHREAD_H:INTERNAL=1
//Have function random
H5_HAVE_RANDOM:INTERNAL=1
//Have function rand_r
H5_HAVE_RAND_R:INTERNAL=1
//Have function setjmp
H5_HAVE_SETJMP:INTERNAL=1
//Have include pthread.h;setjmp.h
H5_HAVE_SETJMP_H:INTERNAL=1
//Have function setsysinfo
H5_HAVE_SETSYSINFO:INTERNAL=
//Have function sigaction
H5_HAVE_SIGACTION:INTERNAL=1
//Have function siglongjmp
H5_HAVE_SIGLONGJMP:INTERNAL=1
//Have function signal
H5_HAVE_SIGNAL:INTERNAL=1
//Have function sigprocmask
H5_HAVE_SIGPROCMASK:INTERNAL=1
//Have function sigsetjmp
H5_HAVE_SIGSETJMP:INTERNAL=1
//Have function snprintf
H5_HAVE_SNPRINTF:INTERNAL=1
//Other test
H5_HAVE_SOCKLEN_T:INTERNAL=
//Have function srandom
H5_HAVE_SRANDOM:INTERNAL=1
//Have includes pthread.h;setjmp.h;srbclient.h
H5_HAVE_SRBCLIENT_H:INTERNAL=
//Have function stat64
H5_HAVE_STAT64:INTERNAL=1
//Other test
H5_HAVE_STAT_ST_BLOCKS:INTERNAL=1
//Have include pthread.h;setjmp.h;stddef.h
H5_HAVE_STDDEF_H:INTERNAL=1
//Have include pthread.h;setjmp.h;stddef.h;stdint.h
H5_HAVE_STDINT_H:INTERNAL=1
//Have include stdint.h
H5_HAVE_STDINT_H_CXX:INTERNAL=1
//Have include
pthread.h;setjmp.h;stddef.h;stdint.h;string.h;strings.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;time.h;sys/timeb.h;sys/types.h;unistd.h;stdlib.h
H5_HAVE_STDLIB_H:INTERNAL=1
//Have function strdup
H5_HAVE_STRDUP:INTERNAL=1
//Have include pthread.h;setjmp.h;stddef.h;stdint.h;string.h;strings.h
H5_HAVE_STRINGS_H:INTERNAL=1
//Have include pthread.h;setjmp.h;stddef.h;stdint.h;string.h
H5_HAVE_STRING_H:INTERNAL=1
//Other test
H5_HAVE_STRUCT_TIMEZONE:INTERNAL=
//Other test
H5_HAVE_STRUCT_TM_TM_ZONE:INTERNAL=1
//Have function symlink
H5_HAVE_SYMLINK:INTERNAL=1
//Have function system
H5_HAVE_SYSTEM:INTERNAL=1
//Have include
pthread.h;setjmp.h;stddef.h;stdint.h;string.h;strings.h;sys/ioctl.h
H5_HAVE_SYS_IOCTL_H:INTERNAL=1
//Have includes
pthread.h;setjmp.h;stddef.h;stdint.h;string.h;strings.h;sys/ioctl.h;sys/proc.h
H5_HAVE_SYS_PROC_H:INTERNAL=
//Have include
pthread.h;setjmp.h;stddef.h;stdint.h;string.h;strings.h;sys/ioctl.h;sys/resource.h
H5_HAVE_SYS_RESOURCE_H:INTERNAL=1
//Have include
pthread.h;setjmp.h;stddef.h;stdint.h;string.h;strings.h;sys/ioctl.h;sys/resource.h;sys/socket.h
H5_HAVE_SYS_SOCKET_H:INTERNAL=1
//Have include
pthread.h;setjmp.h;stddef.h;stdint.h;string.h;strings.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h
H5_HAVE_SYS_STAT_H:INTERNAL=1
H5_HAVE_SYS_SYSINFO_H:INTERNAL=
//Have include
pthread.h;setjmp.h;stddef.h;stdint.h;string.h;strings.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;time.h;sys/timeb.h
H5_HAVE_SYS_TIMEB_H:INTERNAL=1
//H5_HAVE_SYS_TIME_GETTIMEOFDAY
H5_HAVE_SYS_TIME_GETTIMEOFDAY:INTERNAL=1
//Have include
pthread.h;setjmp.h;stddef.h;stdint.h;string.h;strings.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h
H5_HAVE_SYS_TIME_H:INTERNAL=1
//Have include
pthread.h;setjmp.h;stddef.h;stdint.h;string.h;strings.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;time.h;sys/timeb.h;sys/types.h
H5_HAVE_SYS_TYPES_H:INTERNAL=1
//Other test
H5_HAVE_TIMEZONE:INTERNAL=1
//Have include
pthread.h;setjmp.h;stddef.h;stdint.h;string.h;strings.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;time.h
H5_HAVE_TIME_H:INTERNAL=1
//Have symbol TIOCGETD
H5_HAVE_TIOCGETD:INTERNAL=1
//Have symbol TIOCGWINSZ
H5_HAVE_TIOCGWINSZ:INTERNAL=1
//Other test
H5_HAVE_TM_GMTOFF:INTERNAL=1
//Other test
H5_HAVE_TM_ZONE:INTERNAL=1
//Have include
pthread.h;setjmp.h;stddef.h;stdint.h;string.h;strings.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;time.h;sys/timeb.h;sys/types.h;unistd.h
H5_HAVE_UNISTD_H:INTERNAL=1
//Have function vasprintf
H5_HAVE_VASPRINTF:INTERNAL=1
//Have function vsnprintf
H5_HAVE_VSNPRINTF:INTERNAL=1
//Have function waitpid
H5_HAVE_WAITPID:INTERNAL=1
//Have includes
pthread.h;setjmp.h;stddef.h;stdint.h;string.h;strings.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;time.h;sys/timeb.h;sys/types.h;unistd.h;stdlib.h;memory.h;dlfcn.h;inttypes.h;winsock.h
H5_HAVE_WINSOCK_H:INTERNAL=
//Other test
H5_INLINE_TEST___inline:INTERNAL=1
//Other test
H5_INLINE_TEST___inline__:INTERNAL=1
//Other test
H5_INLINE_TEST_inline:INTERNAL=1
//checking IF accurately converting from integers to long double
H5_INTEGER_TO_LDOUBLE_ACCURATE:INTERNAL=1
//checking IF converting from long double to integers is accurate
H5_LDOUBLE_TO_INTEGER_ACCURATE:INTERNAL=1
//Checking IF converting from long double to integers works
H5_LDOUBLE_TO_INTEGER_WORKS:INTERNAL=1
//Result of TRY_COMPILE
H5_LDOUBLE_TO_INTEGER_WORKS_COMPILE:INTERNAL=TRUE
//Result of TRY_RUN
H5_LDOUBLE_TO_INTEGER_WORKS_RUN:INTERNAL=0
//Checking IF correctly converting long double to (unsigned) long
// long values
H5_LDOUBLE_TO_LLONG_ACCURATE:INTERNAL=1
//Result of TRY_COMPILE
H5_LDOUBLE_TO_LLONG_ACCURATE_COMPILE:INTERNAL=TRUE
//Result of TRY_RUN
H5_LDOUBLE_TO_LLONG_ACCURATE_RUN:INTERNAL=0
//Checking IF correctly converting long double to unsigned int
// values
H5_LDOUBLE_TO_UINT_ACCURATE:INTERNAL=1
//Result of TRY_COMPILE
H5_LDOUBLE_TO_UINT_ACCURATE_COMPILE:INTERNAL=TRUE
//Result of TRY_RUN
H5_LDOUBLE_TO_UINT_ACCURATE_RUN:INTERNAL=0
//Use Legacy Names for Libraries and Programs
H5_LEGACY_NAMING:INTERNAL=ON
//Checking IF compiling long long to floating-point typecasts work
H5_LLONG_TO_FP_CAST_WORKS:INTERNAL=1
//Checking IF correctly converting (unsigned) long long to long
// double values
H5_LLONG_TO_LDOUBLE_CORRECT:INTERNAL=1
//Result of TRY_COMPILE
H5_LLONG_TO_LDOUBLE_CORRECT_COMPILE:INTERNAL=TRUE
//Result of TRY_RUN
H5_LLONG_TO_LDOUBLE_CORRECT_RUN:INTERNAL=0
//Checking IF alignment restrictions are strictly enforced
H5_NO_ALIGNMENT_RESTRICTIONS:INTERNAL=1
//Result of TRY_COMPILE
H5_NO_ALIGNMENT_RESTRICTIONS_COMPILE:INTERNAL=TRUE
//Result of TRY_RUN
H5_NO_ALIGNMENT_RESTRICTIONS_RUN:INTERNAL=0
//Width for printf for type `long long' or `__int64', us. `ll
H5_PRINTF_LL_WIDTH:INTERNAL="ll"
//CHECK_TYPE_SIZE: sizeof(char)
H5_SIZEOF_CHAR:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(double)
H5_SIZEOF_DOUBLE:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(float)
H5_SIZEOF_FLOAT:INTERNAL=4
//CHECK_TYPE_SIZE: sizeof(int)
H5_SIZEOF_INT:INTERNAL=4
//CHECK_TYPE_SIZE: sizeof(int16_t)
H5_SIZEOF_INT16_T:INTERNAL=2
//CHECK_TYPE_SIZE: sizeof(int32_t)
H5_SIZEOF_INT32_T:INTERNAL=4
//CHECK_TYPE_SIZE: sizeof(int64_t)
H5_SIZEOF_INT64_T:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(int8_t)
H5_SIZEOF_INT8_T:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(int_fast16_t)
H5_SIZEOF_INT_FAST16_T:INTERNAL=2
//CHECK_TYPE_SIZE: sizeof(int_fast32_t)
H5_SIZEOF_INT_FAST32_T:INTERNAL=4
//CHECK_TYPE_SIZE: sizeof(int_fast64_t)
H5_SIZEOF_INT_FAST64_T:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(int_fast8_t)
H5_SIZEOF_INT_FAST8_T:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(int_least16_t)
H5_SIZEOF_INT_LEAST16_T:INTERNAL=2
//CHECK_TYPE_SIZE: sizeof(int_least32_t)
H5_SIZEOF_INT_LEAST32_T:INTERNAL=4
//CHECK_TYPE_SIZE: sizeof(int_least64_t)
H5_SIZEOF_INT_LEAST64_T:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(int_least8_t)
H5_SIZEOF_INT_LEAST8_T:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(long double)
H5_SIZEOF_LONG_DOUBLE:INTERNAL=16
//CHECK_TYPE_SIZE: sizeof(long long)
H5_SIZEOF_LONG_LONG:INTERNAL=8
//SizeOf for off64_t
H5_SIZEOF_OFF64_T:INTERNAL=0
//CHECK_TYPE_SIZE: sizeof(off_t)
H5_SIZEOF_OFF_T:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(short)
H5_SIZEOF_SHORT:INTERNAL=2
//CHECK_TYPE_SIZE: sizeof(uint16_t)
H5_SIZEOF_UINT16_T:INTERNAL=2
//CHECK_TYPE_SIZE: sizeof(uint32_t)
H5_SIZEOF_UINT32_T:INTERNAL=4
//CHECK_TYPE_SIZE: sizeof(uint64_t)
H5_SIZEOF_UINT64_T:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(uint8_t)
H5_SIZEOF_UINT8_T:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(uint_fast16_t)
H5_SIZEOF_UINT_FAST16_T:INTERNAL=2
//CHECK_TYPE_SIZE: sizeof(uint_fast32_t)
H5_SIZEOF_UINT_FAST32_T:INTERNAL=4
//CHECK_TYPE_SIZE: sizeof(uint_fast64_t)
H5_SIZEOF_UINT_FAST64_T:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(uint_fast8_t)
H5_SIZEOF_UINT_FAST8_T:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(uint_least16_t)
H5_SIZEOF_UINT_LEAST16_T:INTERNAL=2
//CHECK_TYPE_SIZE: sizeof(uint_least32_t)
H5_SIZEOF_UINT_LEAST32_T:INTERNAL=4
//CHECK_TYPE_SIZE: sizeof(uint_least64_t)
H5_SIZEOF_UINT_LEAST64_T:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(uint_least8_t)
H5_SIZEOF_UINT_LEAST8_T:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(unsigned)
H5_SIZEOF_UNSIGNED:INTERNAL=4
//SizeOf for __int64
H5_SIZEOF___INT64:INTERNAL=0
//Other test
H5_STDC_HEADERS:INTERNAL=1
//Other test
H5_SYSTEM_SCOPE_THREADS:INTERNAL=1
//Other test
H5_TIME_WITH_SYS_TIME:INTERNAL=1
//Checking IF compiling unsigned long long to floating-point typecasts
// work
H5_ULLONG_TO_FP_CAST_WORKS:INTERNAL=1
//Checking IF converting unsigned long long to long double with
// precision
H5_ULLONG_TO_LDOUBLE_PRECISION:INTERNAL=1
//Result of TRY_COMPILE
H5_ULLONG_TO_LDOUBLE_PRECISION_COMPILE:INTERNAL=TRUE
//Result of TRY_RUN
H5_ULLONG_TO_LDOUBLE_PRECISION_RUN:INTERNAL=0
//Checking IF accurately converting unsigned long to float values
H5_ULONG_TO_FLOAT_ACCURATE:INTERNAL=1
//Result of TRY_COMPILE
H5_ULONG_TO_FLOAT_ACCURATE_COMPILE:INTERNAL=TRUE
//Result of TRY_RUN
H5_ULONG_TO_FLOAT_ACCURATE_RUN:INTERNAL=0
//Checking IF accurately converting unsigned long long to floating-point
// values
H5_ULONG_TO_FP_BOTTOM_BIT_ACCURATE:INTERNAL=
//Result of TRY_COMPILE
H5_ULONG_TO_FP_BOTTOM_BIT_ACCURATE_COMPILE:INTERNAL=TRUE
//Result of TRY_RUN
H5_ULONG_TO_FP_BOTTOM_BIT_ACCURATE_RUN:INTERNAL=1
//Other test
H5_VSNPRINTF_WORKS:INTERNAL=1
//Have symbol alloca
HAVE_ALLOCA:INTERNAL=1
//Have include ;alloca.h
HAVE_ALLOCA_H:INTERNAL=1
//Have includes
stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h
HAVE_ANSIDECL_H:INTERNAL=
//Have include
stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h
HAVE_ARPA_INET_H:INTERNAL=1
//Have include
stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h
HAVE_ARPA_NAMESER_H:INTERNAL=1
//Have include assert.h
HAVE_ASSERT_H:INTERNAL=1
//Result of TRY_COMPILE
HAVE_ATTRIBUTE:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_C99_DESIGNATED_INITIALIZER:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_C99_FUNC:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_REQUIRE_LARGE_FILE_SUPPORT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_WORDS_BIGENDIAN:INTERNAL=TRUE
//Have include
stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h
HAVE_CTYPE_H:INTERNAL=1
//Have include
stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h
HAVE_DIRENT_H:INTERNAL=1
//Have include dlfcn.h
HAVE_DLFCN_H:INTERNAL=1
//Have library dl;m
HAVE_DLOPEN:INTERNAL=1
//Have includes
stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;dl.h
HAVE_DL_H:INTERNAL=
//Have include
stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h
HAVE_ERRNO_H:INTERNAL=1
//Have include fcntl.h
HAVE_FCNTL_H:INTERNAL=1
//Have include fenv.h
HAVE_FENV_H:INTERNAL=1
//Have symbol finite
HAVE_FINITE:INTERNAL=1
//Have include
stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h
HAVE_FLOAT_H:INTERNAL=1
//Have function floor
HAVE_FLOOR:INTERNAL=1
//Have symbol fpclass
HAVE_FPCLASS:INTERNAL=
//Have symbol fprintf
HAVE_FPRINTF:INTERNAL=1
//Have symbol fp_class
HAVE_FP_CLASS:INTERNAL=
//Have includes
stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;fp_class.h
HAVE_FP_CLASS_H:INTERNAL=
//Have symbol ftime
HAVE_FTIME:INTERNAL=1
//NetCDF test
HAVE_FTRUNCATE:INTERNAL=1
//Result of TRY_COMPILE
HAVE_FUNCTION:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_GETADDRINFO_COMPILED:INTERNAL=TRUE
//Have function getopt
HAVE_GETOPT:INTERNAL=1
//Have symbol gettimeofday
HAVE_GETTIMEOFDAY:INTERNAL=1
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_CHAR:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_DOUBLE:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_FLOAT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_INT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_INT16_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_INT32_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_INT64_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_INT8_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_INT_FAST16_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_INT_FAST32_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_INT_FAST64_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_INT_FAST8_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_INT_LEAST16_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_INT_LEAST32_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_INT_LEAST64_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_INT_LEAST8_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_LONG_DOUBLE:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_LONG_LONG:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_OFF64_T:INTERNAL=FALSE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_OFF_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_SHORT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_UINT16_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_UINT32_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_UINT64_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_UINT8_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_UINT_FAST16_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_UINT_FAST32_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_UINT_FAST64_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_UINT_FAST8_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_UINT_LEAST16_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_UINT_LEAST32_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_UINT_LEAST64_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_UINT_LEAST8_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF_UNSIGNED:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_H5_SIZEOF___INT64:INTERNAL=FALSE
//Have includes ieeefp.h
HAVE_IEEEFP_H:INTERNAL=
//Test HAVE_INLINE_FUNCTIONS
HAVE_INLINE_FUNCTIONS:INTERNAL=1
//Have include inttypes.h
HAVE_INTTYPES_H:INTERNAL=1
//Have function isascii
HAVE_ISASCII:INTERNAL=1
//Result of TRY_COMPILE
HAVE_KWSYS_SIZEOF_CHAR:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_KWSYS_SIZEOF___INT64:INTERNAL=FALSE
//Have library dl;
HAVE_LIBDL:INTERNAL=1
//Have include limits.h
HAVE_LIMITS_H:INTERNAL=1
//Have symbol localtime
HAVE_LOCALTIME:INTERNAL=1
//Have includes malloc.h
HAVE_MALLOC_H:INTERNAL=
//Have include
stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h
HAVE_MATH_H:INTERNAL=1
//Have function memmove
HAVE_MEMMOVE:INTERNAL=1
//Have include memory.h
HAVE_MEMORY_H:INTERNAL=1
//Have function memset
HAVE_MEMSET:INTERNAL=1
//Have function mmap
HAVE_MMAP:INTERNAL=1
//Have includes
stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;nan.h
HAVE_NAN_H:INTERNAL=
//Have includes
stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;ndir.h
HAVE_NDIR_H:INTERNAL=
//Have include
stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h
HAVE_NETDB_H:INTERNAL=1
//Have include
stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h
HAVE_NETINET_IN_H:INTERNAL=1
//Test HAVE_NO_COMMON
HAVE_NO_COMMON:INTERNAL=1
//Result of TRY_COMPILE
HAVE_OFF64_T:INTERNAL=FALSE
//Test HAVE_OMIT_FRAME_POINTER
HAVE_OMIT_FRAME_POINTER:INTERNAL=1
//Have function pow
HAVE_POW:INTERNAL=1
//Have symbol printf
HAVE_PRINTF:INTERNAL=1
//Have include
stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h
HAVE_PTHREAD_H:INTERNAL=1
//Have include
stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h
HAVE_RESOLV_H:INTERNAL=1
//Have library dld;dl
HAVE_SHLLOAD:INTERNAL=
//Have symbol signal
HAVE_SIGNAL:INTERNAL=1
//Have include
stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h
HAVE_SIGNAL_H:INTERNAL=1
//Result of TRY_COMPILE
HAVE_SIZEOF_DOUBLE:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_SIZEOF_FLOAT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_SIZEOF_INT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_SIZEOF_LONG:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_SIZEOF_OFF_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_SIZEOF_PTRDIFF_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_SIZEOF_SHORT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_SIZEOF_SIZE_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_SIZEOF_SSIZE_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_SIZEOF_UCHAR:INTERNAL=FALSE
//Result of TRY_COMPILE
HAVE_SIZEOF__BOOL:INTERNAL=TRUE
//Have symbol snprintf
HAVE_SNPRINTF:INTERNAL=1
//Result of TRY_COMPILE
HAVE_SOCKLEN_T:INTERNAL=FALSE
//Result of TRY_COMPILE
HAVE_SOCKLEN_T_COMPILED:INTERNAL=TRUE
//Have symbol sprintf
HAVE_SPRINTF:INTERNAL=1
//Have function sqrt
HAVE_SQRT:INTERNAL=1
//Have symbol sscanf
HAVE_SSCANF:INTERNAL=1
//Have symbol stat
HAVE_STAT:INTERNAL=1
//Result of TRY_COMPILE
HAVE_STAT_ST_BLOCKS:INTERNAL=TRUE
//Have include
stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h;stdarg.h
HAVE_STDARG_H:INTERNAL=1
//Have include
alloca.h;stdlib.h;sys/types.h;sys/stat.h;unistd.h;fcntl.h;stdio.h;string.h;stddef.h;stdint.h;inttypes.h;stdbool.h
HAVE_STDBOOL_H:INTERNAL=1
//Have include stddef.h
HAVE_STDDEF_H:INTERNAL=1
//Have include stdint.h
HAVE_STDINT_H:INTERNAL=1
//Have include
alloca.h;stdlib.h;sys/types.h;sys/stat.h;unistd.h;fcntl.h;stdio.h
HAVE_STDIO_H:INTERNAL=1
//Have include stdlib.h
HAVE_STDLIB_H:INTERNAL=1
//Test HAVE_STD_C99
HAVE_STD_C99:INTERNAL=1
//Have function strcasecmp
HAVE_STRCASECMP:INTERNAL=1
//Have function strchr
HAVE_STRCHR:INTERNAL=1
//Have symbol strdup
HAVE_STRDUP:INTERNAL=1
//Have symbol strerror
HAVE_STRERROR:INTERNAL=1
//Have symbol strftime
HAVE_STRFTIME:INTERNAL=1
//Have include strings.h
HAVE_STRINGS_H:INTERNAL=1
//Have include string.h
HAVE_STRING_H:INTERNAL=1
//Have symbol strndup
HAVE_STRNDUP:INTERNAL=1
//Have function strrchr
HAVE_STRRCHR:INTERNAL=1
//Have function strstr
HAVE_STRSTR:INTERNAL=1
//Have function strtol
HAVE_STRTOL:INTERNAL=1
//Have function strtoul
HAVE_STRTOUL:INTERNAL=1
//Result of TRY_COMPILE
HAVE_STRUCT_TIMEZONE:INTERNAL=FALSE
//Result of TRY_COMPILE
HAVE_STRUCT_TM_TM_ZONE:INTERNAL=TRUE
//NetCDF test
HAVE_ST_BLKSIZE:INTERNAL=1
//Result of TRY_COMPILE
HAVE_SYS_DIR_H_COMPILED:INTERNAL=TRUE
//Have include
stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h;stdarg.h;sys/mman.h
HAVE_SYS_MMAN_H:INTERNAL=1
//Result of TRY_COMPILE
HAVE_SYS_NDIR_H_COMPILED:INTERNAL=FALSE
//Have include
stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h
HAVE_SYS_SELECT_H:INTERNAL=1
//Have include
stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h
HAVE_SYS_SOCKET_H:INTERNAL=1
//Have include sys/stat.h
HAVE_SYS_STAT_H:INTERNAL=1
//Have include
stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h;stdarg.h;sys/mman.h;sys/timeb.h
HAVE_SYS_TIMEB_H:INTERNAL=1
//Result of TRY_COMPILE
HAVE_SYS_TIME_GETTIMEOFDAY:INTERNAL=TRUE
//Have include sys/time.h
HAVE_SYS_TIME_H:INTERNAL=1
//Have include sys/types.h
HAVE_SYS_TYPES_H:INTERNAL=1
//Result of TRY_COMPILE
HAVE_TIMEZONE:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_TIME_GETTIMEOFDAY:INTERNAL=FALSE
//Have include
stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h
HAVE_TIME_H:INTERNAL=1
//Result of TRY_COMPILE
HAVE_TM_GMTOFF:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_TM_ZONE:INTERNAL=TRUE
//Have include unistd.h
HAVE_UNISTD_H:INTERNAL=1
//Result of TRY_COMPILE
HAVE_VA_COPY_COMPILED:INTERNAL=TRUE
//Have symbol vfprintf
HAVE_VFPRINTF:INTERNAL=1
//Have symbol vsnprintf
HAVE_VSNPRINTF:INTERNAL=1
//Have symbol vsprintf
HAVE_VSPRINTF:INTERNAL=1
//Result of TRY_COMPILE
HAVE_VTKOGGTHEORA_INT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_VTKOGGTHEORA_INT16_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_VTKOGGTHEORA_INT32_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_VTKOGGTHEORA_INT64_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_VTKOGGTHEORA_LONG:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_VTKOGGTHEORA_LONG_LONG:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_VTKOGGTHEORA_SHORT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_VTKOGGTHEORA_UINT16_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_VTKOGGTHEORA_UINT32_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_VTKOGGTHEORA_U_INT16_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_VTKOGGTHEORA_U_INT32_T:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_VTK_SIZEOF_CHAR:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_VTK_SIZEOF_DOUBLE:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_VTK_SIZEOF_FLOAT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_VTK_SIZEOF_INT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_VTK_SIZEOF_LONG:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_VTK_SIZEOF_LONG_LONG:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_VTK_SIZEOF_SHORT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_VTK_SIZEOF___INT64:INTERNAL=FALSE
//Result of TRY_COMPILE
HAVE_VTK_UINTPTR_T:INTERNAL=TRUE
//Have includes windows.h
HAVE_WINDOWS_H:INTERNAL=
//Have symbol _stat
HAVE__STAT:INTERNAL=
//Result of TRY_COMPILE
HAVE___VA_COPY_COMPILED:INTERNAL=TRUE
//Allow External Library Building
HDF5_ALLOW_EXTERNAL_SUPPORT:INTERNAL=OFF
//Build HDF5 C++ Library
HDF5_BUILD_CPP_LIB:INTERNAL=OFF
//Build HIGH Level HDF5 Library
HDF5_BUILD_HL_LIB:INTERNAL=ON
//ADVANCED property for variable: HDF5_BUILD_WITH_INSTALL_NAME
HDF5_BUILD_WITH_INSTALL_NAME-ADVANCED:INTERNAL=1
//Disable compiler warnings
HDF5_DISABLE_COMPILER_WARNINGS:INTERNAL=ON
//Enable the function stack tracing (for developer debugging).
HDF5_ENABLE_CODESTACK:INTERNAL=OFF
//Enable code coverage for Libraries and Programs
HDF5_ENABLE_COVERAGE:INTERNAL=OFF
//Enable deprecated public API symbols
HDF5_ENABLE_DEPRECATED_SYMBOLS:INTERNAL=ON
//Enable GPFS hints for the MPI/POSIX file driver
HDF5_ENABLE_GPFS:INTERNAL=OFF
//Enable datasets larger than memory
HDF5_ENABLE_HSIZET:INTERNAL=ON
//Enable support for large (64-bit) files on Linux.
HDF5_ENABLE_LARGE_FILE:INTERNAL=ON
//Enable parallel build (requires MPI)
HDF5_ENABLE_PARALLEL:INTERNAL=OFF
//Use SZip Filter
HDF5_ENABLE_SZIP_SUPPORT:INTERNAL=OFF
//Enable Threadsafety
HDF5_ENABLE_THREADSAFE:INTERNAL=OFF
//Enable API tracing capability
HDF5_ENABLE_TRACE:INTERNAL=OFF
//Indicate that a memory checker is used
HDF5_ENABLE_USING_MEMCHECKER:INTERNAL=OFF
//Enable Zlib Filters
HDF5_ENABLE_Z_LIB_SUPPORT:INTERNAL=ON
//Securely clear file buffers before writing to file
HDF5_Enable_Clear_File_Buffers:INTERNAL=ON
//Instrument The library
HDF5_Enable_Instrument:INTERNAL=OFF
//Used to pass variables between directories
HDF5_LIBRARIES_TO_EXPORT:INTERNAL=vtkhdf5;vtkhdf5_hl
//Enable metadata trace file collection
HDF5_METADATA_TRACE_FILE:INTERNAL=OFF
//CPACK - include external libraries
HDF5_PACKAGE_EXTLIBS:INTERNAL=OFF
//Result of TRY_COMPILE
HDF5_PRINTF_LL_TEST_COMPILE:INTERNAL=TRUE
//Result of TRY_RUN
HDF5_PRINTF_LL_TEST_RUN:INTERNAL=0
//Whether to perform strict file format checks
HDF5_STRICT_FORMAT_CHECKS:INTERNAL=OFF
//Use the HDF5 1.6.x API by default
HDF5_USE_16_API_DEFAULT:INTERNAL=OFF
//Use the FLETCHER32 Filter
HDF5_USE_FILTER_FLETCHER32:INTERNAL=ON
//Use the NBIT Filter
HDF5_USE_FILTER_NBIT:INTERNAL=ON
//Use the SCALEOFFSET Filter
HDF5_USE_FILTER_SCALEOFFSET:INTERNAL=ON
//Use the SHUFFLE Filter
HDF5_USE_FILTER_SHUFFLE:INTERNAL=ON
//Use the PACKED BITS feature in h5dump
HDF5_USE_H5DUMP_PACKED_BITS:INTERNAL=ON
//IF data accuracy is guaranteed during data conversions
HDF5_WANT_DATA_ACCURACY:INTERNAL=ON
//exception handling functions is checked during data conversions
HDF5_WANT_DCONV_EXCEPTION:INTERNAL=ON
//Result of TRY_COMPILE
INLINE_TEST___inline:INTERNAL=TRUE
//Result of TRY_COMPILE
INLINE_TEST___inline__:INTERNAL=TRUE
//Result of TRY_COMPILE
INLINE_TEST_inline:INTERNAL=TRUE
//ADVANCED property for variable: IOKit
IOKit-ADVANCED:INTERNAL=1
//Result of TRY_RUN
KWSYS_CHAR_IS_SIGNED:INTERNAL=0
//Result of TRY_COMPILE
KWSYS_CHAR_IS_SIGNED_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_CXX_HAS_ARGUMENT_DEPENDENT_LOOKUP_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_CXX_HAS_ATOLL_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_CXX_HAS_ATOL_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_CXX_HAS_BACKTRACE_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_CXX_HAS_CSTDDEF_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_CXX_HAS_CSTDIO_COMPILED:INTERNAL=TRUE
//Have include cxxabi.h
KWSYS_CXX_HAS_CXXABIH:INTERNAL=1
//Result of TRY_COMPILE
KWSYS_CXX_HAS_CXXABI_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_CXX_HAS_DLADDR_COMPILED:INTERNAL=TRUE
//Have include dlfcn.h
KWSYS_CXX_HAS_DLFCNH:INTERNAL=1
//Result of TRY_COMPILE
KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H_COMPILED:INTERNAL=FALSE
//Have include execinfo.h
KWSYS_CXX_HAS_EXECINFOH:INTERNAL=1
//Result of TRY_COMPILE
KWSYS_CXX_HAS_FULL_SPECIALIZATION_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_CXX_HAS_LONG_LONG_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_CXX_HAS_MEMBER_TEMPLATES_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_CXX_HAS_NULL_TEMPLATE_ARGS_COMPILED:INTERNAL=FALSE
//Result of TRY_COMPILE
KWSYS_CXX_HAS_RLIMIT64_COMPILED:INTERNAL=FALSE
//Result of TRY_COMPILE
KWSYS_CXX_HAS_SETENV_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_CXX_HAS_UNSETENV_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_CXX_HAS_UTIMENSAT_COMPILED:INTERNAL=FALSE
//Result of TRY_COMPILE
KWSYS_CXX_HAS_UTIMES_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_CXX_HAS__ATOI64_COMPILED:INTERNAL=FALSE
//Result of TRY_COMPILE
KWSYS_CXX_HAS___INT64_COMPILED:INTERNAL=FALSE
//Result of TRY_COMPILE
KWSYS_C_HAS_PTRDIFF_T_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_C_HAS_SSIZE_T_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_C_TYPE_MACROS_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_IOS_HAVE_BINARY_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_IOS_HAVE_STD_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_IOS_USE_ANSI_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_IOS_USE_SSTREAM_COMPILED:INTERNAL=TRUE
//Result of TRY_RUN
KWSYS_LFS_WORKS:INTERNAL=0
//Result of TRY_COMPILE
KWSYS_LFS_WORKS_COMPILED:INTERNAL=TRUE
//CHECK_TYPE_SIZE: sizeof(char)
KWSYS_SIZEOF_CHAR:INTERNAL=1
//CHECK_TYPE_SIZE: __int64 unknown
KWSYS_SIZEOF___INT64:INTERNAL=
//Result of TRY_COMPILE
KWSYS_STAT_HAS_ST_MTIM_COMPILED:INTERNAL=FALSE
//Result of TRY_COMPILE
KWSYS_STL_HAS_ALLOCATOR_MAX_SIZE_ARGUMENT_COMPILED:INTERNAL=FALSE
//Result of TRY_COMPILE
KWSYS_STL_HAS_ALLOCATOR_OBJECTS_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_STL_HAS_ALLOCATOR_REBIND_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_STL_HAS_ALLOCATOR_TEMPLATE_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_STL_HAS_ITERATOR_TRAITS_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_STL_HAS_WSTRING_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_STL_HAVE_STD_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
KWSYS_STL_STRING_HAVE_NEQ_CHAR_COMPILED:INTERNAL=TRUE
//Have include sys/types.h;ifaddrs.h
KWSYS_SYS_HAS_IFADDRS_H:INTERNAL=1
//ADVANCED property for variable: Module_AutobahnPython
Module_AutobahnPython-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_Twisted
Module_Twisted-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_ZopeInterface
Module_ZopeInterface-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkAcceleratorsDax
Module_vtkAcceleratorsDax-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkAcceleratorsPiston
Module_vtkAcceleratorsPiston-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkChartsCore
Module_vtkChartsCore-ADVANCED:INTERNAL=1
//Request building vtkChartsCore
Module_vtkChartsCore:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkCommonColor
Module_vtkCommonColor-ADVANCED:INTERNAL=1
//Request building vtkCommonColor
Module_vtkCommonColor:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkCommonComputationalGeometry
Module_vtkCommonComputationalGeometry-ADVANCED:INTERNAL=1
//Request building vtkCommonComputationalGeometry
Module_vtkCommonComputationalGeometry:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkCommonCore
Module_vtkCommonCore-ADVANCED:INTERNAL=1
//Request building vtkCommonCore
Module_vtkCommonCore:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkCommonDataModel
Module_vtkCommonDataModel-ADVANCED:INTERNAL=1
//Request building vtkCommonDataModel
Module_vtkCommonDataModel:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkCommonExecutionModel
Module_vtkCommonExecutionModel-ADVANCED:INTERNAL=1
//Request building vtkCommonExecutionModel
Module_vtkCommonExecutionModel:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkCommonMath
Module_vtkCommonMath-ADVANCED:INTERNAL=1
//Request building vtkCommonMath
Module_vtkCommonMath:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkCommonMisc
Module_vtkCommonMisc-ADVANCED:INTERNAL=1
//Request building vtkCommonMisc
Module_vtkCommonMisc:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkCommonSystem
Module_vtkCommonSystem-ADVANCED:INTERNAL=1
//Request building vtkCommonSystem
Module_vtkCommonSystem:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkCommonTransforms
Module_vtkCommonTransforms-ADVANCED:INTERNAL=1
//Request building vtkCommonTransforms
Module_vtkCommonTransforms:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkDICOMParser
Module_vtkDICOMParser-ADVANCED:INTERNAL=1
//Request building vtkDICOMParser
Module_vtkDICOMParser:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkDomainsChemistry
Module_vtkDomainsChemistry-ADVANCED:INTERNAL=1
//Request building vtkDomainsChemistry
Module_vtkDomainsChemistry:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkFiltersAMR
Module_vtkFiltersAMR-ADVANCED:INTERNAL=1
//Request building vtkFiltersAMR
Module_vtkFiltersAMR:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkFiltersCore
Module_vtkFiltersCore-ADVANCED:INTERNAL=1
//Request building vtkFiltersCore
Module_vtkFiltersCore:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkFiltersExtraction
Module_vtkFiltersExtraction-ADVANCED:INTERNAL=1
//Request building vtkFiltersExtraction
Module_vtkFiltersExtraction:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkFiltersFlowPaths
Module_vtkFiltersFlowPaths-ADVANCED:INTERNAL=1
//Request building vtkFiltersFlowPaths
Module_vtkFiltersFlowPaths:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkFiltersGeneral
Module_vtkFiltersGeneral-ADVANCED:INTERNAL=1
//Request building vtkFiltersGeneral
Module_vtkFiltersGeneral:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkFiltersGeneric
Module_vtkFiltersGeneric-ADVANCED:INTERNAL=1
//Request building vtkFiltersGeneric
Module_vtkFiltersGeneric:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkFiltersGeometry
Module_vtkFiltersGeometry-ADVANCED:INTERNAL=1
//Request building vtkFiltersGeometry
Module_vtkFiltersGeometry:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkFiltersHybrid
Module_vtkFiltersHybrid-ADVANCED:INTERNAL=1
//Request building vtkFiltersHybrid
Module_vtkFiltersHybrid:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkFiltersHyperTree
Module_vtkFiltersHyperTree-ADVANCED:INTERNAL=1
//Request building vtkFiltersHyperTree
Module_vtkFiltersHyperTree:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkFiltersImaging
Module_vtkFiltersImaging-ADVANCED:INTERNAL=1
//Request building vtkFiltersImaging
Module_vtkFiltersImaging:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkFiltersModeling
Module_vtkFiltersModeling-ADVANCED:INTERNAL=1
//Request building vtkFiltersModeling
Module_vtkFiltersModeling:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkFiltersParallel
Module_vtkFiltersParallel-ADVANCED:INTERNAL=1
//Request building vtkFiltersParallel
Module_vtkFiltersParallel:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkFiltersParallelFlowPaths
Module_vtkFiltersParallelFlowPaths-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkFiltersParallelGeometry
Module_vtkFiltersParallelGeometry-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkFiltersParallelImaging
Module_vtkFiltersParallelImaging-ADVANCED:INTERNAL=1
//Request building vtkFiltersParallelImaging
Module_vtkFiltersParallelImaging:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkFiltersParallelMPI
Module_vtkFiltersParallelMPI-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkFiltersParallelStatistics
Module_vtkFiltersParallelStatistics-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkFiltersProgrammable
Module_vtkFiltersProgrammable-ADVANCED:INTERNAL=1
//Request building vtkFiltersProgrammable
Module_vtkFiltersProgrammable:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkFiltersReebGraph
Module_vtkFiltersReebGraph-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkFiltersSMP
Module_vtkFiltersSMP-ADVANCED:INTERNAL=1
//Request building vtkFiltersSMP
Module_vtkFiltersSMP:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkFiltersSelection
Module_vtkFiltersSelection-ADVANCED:INTERNAL=1
//Request building vtkFiltersSelection
Module_vtkFiltersSelection:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkFiltersSources
Module_vtkFiltersSources-ADVANCED:INTERNAL=1
//Request building vtkFiltersSources
Module_vtkFiltersSources:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkFiltersStatistics
Module_vtkFiltersStatistics-ADVANCED:INTERNAL=1
//Request building vtkFiltersStatistics
Module_vtkFiltersStatistics:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkFiltersStatisticsGnuR
Module_vtkFiltersStatisticsGnuR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkFiltersTexture
Module_vtkFiltersTexture-ADVANCED:INTERNAL=1
//Request building vtkFiltersTexture
Module_vtkFiltersTexture:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkFiltersVerdict
Module_vtkFiltersVerdict-ADVANCED:INTERNAL=1
//Request building vtkFiltersVerdict
Module_vtkFiltersVerdict:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkGUISupportQt
Module_vtkGUISupportQt-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkGUISupportQtOpenGL
Module_vtkGUISupportQtOpenGL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkGUISupportQtSQL
Module_vtkGUISupportQtSQL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkGUISupportQtWebkit
Module_vtkGUISupportQtWebkit-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkGeovisCore
Module_vtkGeovisCore-ADVANCED:INTERNAL=1
//Request building vtkGeovisCore
Module_vtkGeovisCore:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkIOAMR
Module_vtkIOAMR-ADVANCED:INTERNAL=1
//Request building vtkIOAMR
Module_vtkIOAMR:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkIOCore
Module_vtkIOCore-ADVANCED:INTERNAL=1
//Request building vtkIOCore
Module_vtkIOCore:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkIOEnSight
Module_vtkIOEnSight-ADVANCED:INTERNAL=1
//Request building vtkIOEnSight
Module_vtkIOEnSight:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkIOExodus
Module_vtkIOExodus-ADVANCED:INTERNAL=1
//Request building vtkIOExodus
Module_vtkIOExodus:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkIOExport
Module_vtkIOExport-ADVANCED:INTERNAL=1
//Request building vtkIOExport
Module_vtkIOExport:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkIOFFMPEG
Module_vtkIOFFMPEG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkIOGDAL
Module_vtkIOGDAL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkIOGeoJSON
Module_vtkIOGeoJSON-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkIOGeometry
Module_vtkIOGeometry-ADVANCED:INTERNAL=1
//Request building vtkIOGeometry
Module_vtkIOGeometry:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkIOImage
Module_vtkIOImage-ADVANCED:INTERNAL=1
//Request building vtkIOImage
Module_vtkIOImage:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkIOImport
Module_vtkIOImport-ADVANCED:INTERNAL=1
//Request building vtkIOImport
Module_vtkIOImport:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkIOInfovis
Module_vtkIOInfovis-ADVANCED:INTERNAL=1
//Request building vtkIOInfovis
Module_vtkIOInfovis:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkIOLSDyna
Module_vtkIOLSDyna-ADVANCED:INTERNAL=1
//Request building vtkIOLSDyna
Module_vtkIOLSDyna:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkIOLegacy
Module_vtkIOLegacy-ADVANCED:INTERNAL=1
//Request building vtkIOLegacy
Module_vtkIOLegacy:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkIOMINC
Module_vtkIOMINC-ADVANCED:INTERNAL=1
//Request building vtkIOMINC
Module_vtkIOMINC:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkIOMPIImage
Module_vtkIOMPIImage-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkIOMPIParallel
Module_vtkIOMPIParallel-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkIOMovie
Module_vtkIOMovie-ADVANCED:INTERNAL=1
//Request building vtkIOMovie
Module_vtkIOMovie:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkIOMySQL
Module_vtkIOMySQL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkIONetCDF
Module_vtkIONetCDF-ADVANCED:INTERNAL=1
//Request building vtkIONetCDF
Module_vtkIONetCDF:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkIOODBC
Module_vtkIOODBC-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkIOPLY
Module_vtkIOPLY-ADVANCED:INTERNAL=1
//Request building vtkIOPLY
Module_vtkIOPLY:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkIOParallel
Module_vtkIOParallel-ADVANCED:INTERNAL=1
//Request building vtkIOParallel
Module_vtkIOParallel:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkIOParallelExodus
Module_vtkIOParallelExodus-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkIOParallelLSDyna
Module_vtkIOParallelLSDyna-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkIOParallelNetCDF
Module_vtkIOParallelNetCDF-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkIOPostgreSQL
Module_vtkIOPostgreSQL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkIOSQL
Module_vtkIOSQL-ADVANCED:INTERNAL=1
//Request building vtkIOSQL
Module_vtkIOSQL:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkIOVPIC
Module_vtkIOVPIC-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkIOVideo
Module_vtkIOVideo-ADVANCED:INTERNAL=1
//Request building vtkIOVideo
Module_vtkIOVideo:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkIOXML
Module_vtkIOXML-ADVANCED:INTERNAL=1
//Request building vtkIOXML
Module_vtkIOXML:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkIOXMLParser
Module_vtkIOXMLParser-ADVANCED:INTERNAL=1
//Request building vtkIOXMLParser
Module_vtkIOXMLParser:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkIOXdmf2
Module_vtkIOXdmf2-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkImagingColor
Module_vtkImagingColor-ADVANCED:INTERNAL=1
//Request building vtkImagingColor
Module_vtkImagingColor:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkImagingCore
Module_vtkImagingCore-ADVANCED:INTERNAL=1
//Request building vtkImagingCore
Module_vtkImagingCore:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkImagingFourier
Module_vtkImagingFourier-ADVANCED:INTERNAL=1
//Request building vtkImagingFourier
Module_vtkImagingFourier:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkImagingGeneral
Module_vtkImagingGeneral-ADVANCED:INTERNAL=1
//Request building vtkImagingGeneral
Module_vtkImagingGeneral:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkImagingHybrid
Module_vtkImagingHybrid-ADVANCED:INTERNAL=1
//Request building vtkImagingHybrid
Module_vtkImagingHybrid:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkImagingMath
Module_vtkImagingMath-ADVANCED:INTERNAL=1
//Request building vtkImagingMath
Module_vtkImagingMath:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkImagingMorphological
Module_vtkImagingMorphological-ADVANCED:INTERNAL=1
//Request building vtkImagingMorphological
Module_vtkImagingMorphological:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkImagingSources
Module_vtkImagingSources-ADVANCED:INTERNAL=1
//Request building vtkImagingSources
Module_vtkImagingSources:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkImagingStatistics
Module_vtkImagingStatistics-ADVANCED:INTERNAL=1
//Request building vtkImagingStatistics
Module_vtkImagingStatistics:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkImagingStencil
Module_vtkImagingStencil-ADVANCED:INTERNAL=1
//Request building vtkImagingStencil
Module_vtkImagingStencil:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkInfovisBoost
Module_vtkInfovisBoost-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkInfovisBoostGraphAlgorithms
Module_vtkInfovisBoostGraphAlgorithms-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkInfovisCore
Module_vtkInfovisCore-ADVANCED:INTERNAL=1
//Request building vtkInfovisCore
Module_vtkInfovisCore:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkInfovisLayout
Module_vtkInfovisLayout-ADVANCED:INTERNAL=1
//Request building vtkInfovisLayout
Module_vtkInfovisLayout:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkInfovisParallel
Module_vtkInfovisParallel-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkInteractionImage
Module_vtkInteractionImage-ADVANCED:INTERNAL=1
//Request building vtkInteractionImage
Module_vtkInteractionImage:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkInteractionStyle
Module_vtkInteractionStyle-ADVANCED:INTERNAL=1
//Request building vtkInteractionStyle
Module_vtkInteractionStyle:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkInteractionWidgets
Module_vtkInteractionWidgets-ADVANCED:INTERNAL=1
//Request building vtkInteractionWidgets
Module_vtkInteractionWidgets:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkMetaIO
Module_vtkMetaIO-ADVANCED:INTERNAL=1
//Request building vtkMetaIO
Module_vtkMetaIO:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkParallelCore
Module_vtkParallelCore-ADVANCED:INTERNAL=1
//Request building vtkParallelCore
Module_vtkParallelCore:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkParallelMPI
Module_vtkParallelMPI-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkParseOGLExt
Module_vtkParseOGLExt-ADVANCED:INTERNAL=1
//Request building vtkParseOGLExt
Module_vtkParseOGLExt:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkPython
Module_vtkPython-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkPythonInterpreter
Module_vtkPythonInterpreter-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkRenderingAnnotation
Module_vtkRenderingAnnotation-ADVANCED:INTERNAL=1
//Request building vtkRenderingAnnotation
Module_vtkRenderingAnnotation:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkRenderingContext2D
Module_vtkRenderingContext2D-ADVANCED:INTERNAL=1
//Request building vtkRenderingContext2D
Module_vtkRenderingContext2D:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkRenderingCore
Module_vtkRenderingCore-ADVANCED:INTERNAL=1
//Request building vtkRenderingCore
Module_vtkRenderingCore:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkRenderingFreeType
Module_vtkRenderingFreeType-ADVANCED:INTERNAL=1
//Request building vtkRenderingFreeType
Module_vtkRenderingFreeType:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkRenderingFreeTypeFontConfig
Module_vtkRenderingFreeTypeFontConfig-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkRenderingFreeTypeOpenGL
Module_vtkRenderingFreeTypeOpenGL-ADVANCED:INTERNAL=1
//Request building vtkRenderingFreeTypeOpenGL
Module_vtkRenderingFreeTypeOpenGL:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkRenderingGL2PS
Module_vtkRenderingGL2PS-ADVANCED:INTERNAL=1
//Request building vtkRenderingGL2PS
Module_vtkRenderingGL2PS:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkRenderingImage
Module_vtkRenderingImage-ADVANCED:INTERNAL=1
//Request building vtkRenderingImage
Module_vtkRenderingImage:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkRenderingLIC
Module_vtkRenderingLIC-ADVANCED:INTERNAL=1
//Request building vtkRenderingLIC
Module_vtkRenderingLIC:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkRenderingLOD
Module_vtkRenderingLOD-ADVANCED:INTERNAL=1
//Request building vtkRenderingLOD
Module_vtkRenderingLOD:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkRenderingLabel
Module_vtkRenderingLabel-ADVANCED:INTERNAL=1
//Request building vtkRenderingLabel
Module_vtkRenderingLabel:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkRenderingMatplotlib
Module_vtkRenderingMatplotlib-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkRenderingOpenGL
Module_vtkRenderingOpenGL-ADVANCED:INTERNAL=1
//Request building vtkRenderingOpenGL
Module_vtkRenderingOpenGL:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkRenderingParallel
Module_vtkRenderingParallel-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkRenderingParallelLIC
Module_vtkRenderingParallelLIC-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkRenderingQt
Module_vtkRenderingQt-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkRenderingTk
Module_vtkRenderingTk-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkRenderingVolume
Module_vtkRenderingVolume-ADVANCED:INTERNAL=1
//Request building vtkRenderingVolume
Module_vtkRenderingVolume:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkRenderingVolumeAMR
Module_vtkRenderingVolumeAMR-ADVANCED:INTERNAL=1
//Request building vtkRenderingVolumeAMR
Module_vtkRenderingVolumeAMR:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkRenderingVolumeOpenGL
Module_vtkRenderingVolumeOpenGL-ADVANCED:INTERNAL=1
//Request building vtkRenderingVolumeOpenGL
Module_vtkRenderingVolumeOpenGL:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkTclTk
Module_vtkTclTk-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkTestingCore
Module_vtkTestingCore-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkTestingGenericBridge
Module_vtkTestingGenericBridge-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkTestingIOSQL
Module_vtkTestingIOSQL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkTestingRendering
Module_vtkTestingRendering-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkUtilitiesEncodeString
Module_vtkUtilitiesEncodeString-ADVANCED:INTERNAL=1
//Request building vtkUtilitiesEncodeString
Module_vtkUtilitiesEncodeString:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkUtilitiesHashSource
Module_vtkUtilitiesHashSource-ADVANCED:INTERNAL=1
//Request building vtkUtilitiesHashSource
Module_vtkUtilitiesHashSource:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkVPIC
Module_vtkVPIC-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkViewsContext2D
Module_vtkViewsContext2D-ADVANCED:INTERNAL=1
//Request building vtkViewsContext2D
Module_vtkViewsContext2D:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkViewsCore
Module_vtkViewsCore-ADVANCED:INTERNAL=1
//Request building vtkViewsCore
Module_vtkViewsCore:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkViewsGeovis
Module_vtkViewsGeovis-ADVANCED:INTERNAL=1
//Request building vtkViewsGeovis
Module_vtkViewsGeovis:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkViewsInfovis
Module_vtkViewsInfovis-ADVANCED:INTERNAL=1
//Request building vtkViewsInfovis
Module_vtkViewsInfovis:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkViewsQt
Module_vtkViewsQt-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkWebApplications
Module_vtkWebApplications-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkWebCore
Module_vtkWebCore-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkWebGLExporter
Module_vtkWebGLExporter-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkWebInstall
Module_vtkWebInstall-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkWebJavaScript
Module_vtkWebJavaScript-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkWebPython
Module_vtkWebPython-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkWrappingJava
Module_vtkWrappingJava-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkWrappingPythonCore
Module_vtkWrappingPythonCore-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkWrappingTcl
Module_vtkWrappingTcl-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkWrappingTools
Module_vtkWrappingTools-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkalglib
Module_vtkalglib-ADVANCED:INTERNAL=1
//Request building vtkalglib
Module_vtkalglib:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkexodusII
Module_vtkexodusII-ADVANCED:INTERNAL=1
//Request building vtkexodusII
Module_vtkexodusII:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkexpat
Module_vtkexpat-ADVANCED:INTERNAL=1
//Request building vtkexpat
Module_vtkexpat:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkfreetype
Module_vtkfreetype-ADVANCED:INTERNAL=1
//Request building vtkfreetype
Module_vtkfreetype:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkftgl
Module_vtkftgl-ADVANCED:INTERNAL=1
//Request building vtkftgl
Module_vtkftgl:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkgl2ps
Module_vtkgl2ps-ADVANCED:INTERNAL=1
//Request building vtkgl2ps
Module_vtkgl2ps:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkhdf5
Module_vtkhdf5-ADVANCED:INTERNAL=1
//Request building vtkhdf5
Module_vtkhdf5:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkjpeg
Module_vtkjpeg-ADVANCED:INTERNAL=1
//Request building vtkjpeg
Module_vtkjpeg:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkjsoncpp
Module_vtkjsoncpp-ADVANCED:INTERNAL=1
//Request building vtkjsoncpp
Module_vtkjsoncpp:INTERNAL=OFF
//ADVANCED property for variable: Module_vtklibproj4
Module_vtklibproj4-ADVANCED:INTERNAL=1
//Request building vtklibproj4
Module_vtklibproj4:INTERNAL=OFF
//ADVANCED property for variable: Module_vtklibxml2
Module_vtklibxml2-ADVANCED:INTERNAL=1
//Request building vtklibxml2
Module_vtklibxml2:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkmrmpi
Module_vtkmrmpi-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtknetcdf
Module_vtknetcdf-ADVANCED:INTERNAL=1
//Request building vtknetcdf
Module_vtknetcdf:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkoggtheora
Module_vtkoggtheora-ADVANCED:INTERNAL=1
//Request building vtkoggtheora
Module_vtkoggtheora:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkpng
Module_vtkpng-ADVANCED:INTERNAL=1
//Request building vtkpng
Module_vtkpng:INTERNAL=OFF
//ADVANCED property for variable: Module_vtksqlite
Module_vtksqlite-ADVANCED:INTERNAL=1
//Request building vtksqlite
Module_vtksqlite:INTERNAL=OFF
//ADVANCED property for variable: Module_vtksys
Module_vtksys-ADVANCED:INTERNAL=1
//Request building vtksys
Module_vtksys:INTERNAL=OFF
//ADVANCED property for variable: Module_vtktiff
Module_vtktiff-ADVANCED:INTERNAL=1
//Request building vtktiff
Module_vtktiff:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkverdict
Module_vtkverdict-ADVANCED:INTERNAL=1
//Request building vtkverdict
Module_vtkverdict:INTERNAL=OFF
//ADVANCED property for variable: Module_vtkxdmf2
Module_vtkxdmf2-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Module_vtkzlib
Module_vtkzlib-ADVANCED:INTERNAL=1
//Request building vtkzlib
Module_vtkzlib:INTERNAL=OFF
//ADVANCED property for variable: NETCDF4_CHUNK_CACHE_NELEMS
NETCDF4_CHUNK_CACHE_NELEMS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: NETCDF4_CHUNK_CACHE_PREEMPTION
NETCDF4_CHUNK_CACHE_PREEMPTION-ADVANCED:INTERNAL=1
//ADVANCED property for variable: NETCDF4_CHUNK_CACHE_SIZE
NETCDF4_CHUNK_CACHE_SIZE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: NETCDF4_DEFAULT_CHUNKS_IN_CACHE
NETCDF4_DEFAULT_CHUNKS_IN_CACHE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: NETCDF4_DEFAULT_CHUNK_SIZE
NETCDF4_DEFAULT_CHUNK_SIZE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: NETCDF4_MAX_DEFAULT_CACHE_SIZE
NETCDF4_MAX_DEFAULT_CACHE_SIZE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: NETCDF_DISABLE_COMPILER_WARNINGS
NETCDF_DISABLE_COMPILER_WARNINGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: NETCDF_ENABLE_CXX
NETCDF_ENABLE_CXX-ADVANCED:INTERNAL=1
//Have library c
NOT_NEED_LIBNSL:INTERNAL=1
//ADVANCED property for variable: OPENGL_INCLUDE_DIR
OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENGL_gl_LIBRARY
OPENGL_gl_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENGL_glu_LIBRARY
OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1
//Have symbol atanh
PROJ_HAVE_ATANH:INTERNAL=1
//Have symbol csin
PROJ_HAVE_COMPLEX:INTERNAL=1
//ADVANCED property for variable: PROJ_LIST_EXTERNAL
PROJ_LIST_EXTERNAL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PROJ_USE_GSL
PROJ_USE_GSL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PROJ_USE_PTHREADS
PROJ_USE_PTHREADS-ADVANCED:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(double)
SIZEOF_DOUBLE:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(float)
SIZEOF_FLOAT:INTERNAL=4
//CHECK_TYPE_SIZE: sizeof(int)
SIZEOF_INT:INTERNAL=4
//CHECK_TYPE_SIZE: sizeof(long)
SIZEOF_LONG:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(off_t)
SIZEOF_OFF_T:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(ptrdiff_t)
SIZEOF_PTRDIFF_T:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(short)
SIZEOF_SHORT:INTERNAL=2
//CHECK_TYPE_SIZE: sizeof(size_t)
SIZEOF_SIZE_T:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(ssize_t)
SIZEOF_SSIZE_T:INTERNAL=8
//CHECK_TYPE_SIZE: uchar unknown
SIZEOF_UCHAR:INTERNAL=
//CHECK_TYPE_SIZE: sizeof(_Bool)
SIZEOF__BOOL:INTERNAL=1
//Result of TRY_COMPILE
STDC_HEADERS:INTERNAL=TRUE
//Result of TRY_COMPILE
SUPPORT_IP6_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
SYSTEM_SCOPE_THREADS:INTERNAL=TRUE
//Result of TRY_COMPILE
TIME_WITH_SYS_TIME:INTERNAL=TRUE
//ADVANCED property for variable: USE_COMPILER_HIDDEN_VISIBILITY
USE_COMPILER_HIDDEN_VISIBILITY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VERDICT_BUILD_DOC
VERDICT_BUILD_DOC-ADVANCED:INTERNAL=1
//Build the 2007 Verdict User Manual
VERDICT_BUILD_DOC:INTERNAL=OFF
//ADVANCED property for variable: VERDICT_ENABLE_TESTING
VERDICT_ENABLE_TESTING-ADVANCED:INTERNAL=1
//Should tests of the VERDICT library be built?
VERDICT_ENABLE_TESTING:INTERNAL=OFF
//ADVANCED property for variable: VERDICT_MANGLE
VERDICT_MANGLE-ADVANCED:INTERNAL=1
//Mangle verdict names for inclusion in a larger library?
VERDICT_MANGLE:INTERNAL=OFF
//A string to prepend to all verdict function names and classes.
VERDICT_MANGLE_PREFIX:INTERNAL=
//Result of TRY_COMPILE
VSNPRINTF_WORKS:INTERNAL=TRUE
//ADVANCED property for variable: VTKOGGTHEORA_DISABLE_ASM
VTKOGGTHEORA_DISABLE_ASM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTKOGGTHEORA_DISABLE_FLOAT
VTKOGGTHEORA_DISABLE_FLOAT-ADVANCED:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(int)
VTKOGGTHEORA_INT:INTERNAL=4
//CHECK_TYPE_SIZE: sizeof(int16_t)
VTKOGGTHEORA_INT16_T:INTERNAL=2
//CHECK_TYPE_SIZE: sizeof(int32_t)
VTKOGGTHEORA_INT32_T:INTERNAL=4
//CHECK_TYPE_SIZE: sizeof(int64_t)
VTKOGGTHEORA_INT64_T:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(long)
VTKOGGTHEORA_LONG:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(long long)
VTKOGGTHEORA_LONG_LONG:INTERNAL=8
//ADVANCED property for variable: VTKOGGTHEORA_SHARED_LINKER_FLAGS
VTKOGGTHEORA_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(short)
VTKOGGTHEORA_SHORT:INTERNAL=2
//CHECK_TYPE_SIZE: sizeof(uint16_t)
VTKOGGTHEORA_UINT16_T:INTERNAL=2
//CHECK_TYPE_SIZE: sizeof(uint32_t)
VTKOGGTHEORA_UINT32_T:INTERNAL=4
//CHECK_TYPE_SIZE: sizeof(u_int16_t)
VTKOGGTHEORA_U_INT16_T:INTERNAL=2
//CHECK_TYPE_SIZE: sizeof(u_int32_t)
VTKOGGTHEORA_U_INT32_T:INTERNAL=4
//ADVANCED property for variable: VTK_ALL_NEW_OBJECT_FACTORY
VTK_ALL_NEW_OBJECT_FACTORY-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
VTK_ANSI_STREAM_EOF_COMPILED:INTERNAL=TRUE
//Result of TRY_RUN
VTK_ANSI_STREAM_EOF_RESULT:INTERNAL=0
//ADVANCED property for variable: VTK_BUILD_ALL_MODULES
VTK_BUILD_ALL_MODULES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_BUILD_PYTHON_MODULE_DIR
VTK_BUILD_PYTHON_MODULE_DIR-ADVANCED:INTERNAL=1
//Support for full template specialization syntax
VTK_COMPILER_HAS_FULL_SPECIALIZATION:INTERNAL=1
//Test VTK_CONST_REVERSE_ITERATOR_COMPARISON
VTK_CONST_REVERSE_ITERATOR_COMPARISON:INTERNAL=1
//ADVANCED property for variable: VTK_DATA_STORE
VTK_DATA_STORE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_DEBUG_LEAKS
VTK_DEBUG_LEAKS-ADVANCED:INTERNAL=1
//Support for C++ explict templates
VTK_EXPLICIT_TEMPLATES:INTERNAL=1
//ADVANCED property for variable: VTK_GLEXT_FILE
VTK_GLEXT_FILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_GLXEXT_FILE
VTK_GLXEXT_FILE-ADVANCED:INTERNAL=1
//Have symbol feenableexcept
VTK_HAS_FEENABLEEXCEPT:INTERNAL=
//Have symbol finite
VTK_HAS_FINITE:INTERNAL=1
//Have symbol isfinite
VTK_HAS_ISFINITE:INTERNAL=1
//Have symbol isinf
VTK_HAS_ISINF:INTERNAL=1
//Have symbol isnan
VTK_HAS_ISNAN:INTERNAL=1
//Test VTK_HAS_STD_ISFINITE
VTK_HAS_STD_ISFINITE:INTERNAL=1
//Test VTK_HAS_STD_ISINF
VTK_HAS_STD_ISINF:INTERNAL=1
//Test VTK_HAS_STD_ISNAN
VTK_HAS_STD_ISNAN:INTERNAL=1
//Support for getsockname with socklen_t
VTK_HAVE_GETSOCKNAME_WITH_SOCKLEN_T:INTERNAL=1
//Have library socket
VTK_HAVE_LIBSOCKET:INTERNAL=
//Have symbol SO_REUSEADDR
VTK_HAVE_SO_REUSEADDR:INTERNAL=1
//For __sync atomic builtins.
VTK_HAVE_SYNC_BUILTINS:INTERNAL=1
//VTK modular always ignores BTX
VTK_IGNORE_BTX:INTERNAL=ON
//ADVANCED property for variable: VTK_IGNORE_GLDRIVER_BUGS
VTK_IGNORE_GLDRIVER_BUGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_INSTALL_PYTHON_MODULE_DIR
VTK_INSTALL_PYTHON_MODULE_DIR-ADVANCED:INTERNAL=1
//Whether istream supports long long
VTK_ISTREAM_SUPPORTS_LONG_LONG:INTERNAL=1
//ADVANCED property for variable: VTK_LEGACY_REMOVE
VTK_LEGACY_REMOVE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_LEGACY_SILENT
VTK_LEGACY_SILENT-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_MAKE_INSTANTIATORS
VTK_MAKE_INSTANTIATORS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_MAX_THREADS
VTK_MAX_THREADS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_OPENGL_HAS_OSMESA
VTK_OPENGL_HAS_OSMESA-ADVANCED:INTERNAL=1
//Whether ostream supports long long
VTK_OSTREAM_SUPPORTS_LONG_LONG:INTERNAL=1
//ADVANCED property for variable: VTK_REPORT_OPENGL_ERRORS
VTK_REPORT_OPENGL_ERRORS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_REQUIRED_OBJCXX_FLAGS
VTK_REQUIRED_OBJCXX_FLAGS-ADVANCED:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(char)
VTK_SIZEOF_CHAR:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(double)
VTK_SIZEOF_DOUBLE:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(float)
VTK_SIZEOF_FLOAT:INTERNAL=4
//CHECK_TYPE_SIZE: sizeof(int)
VTK_SIZEOF_INT:INTERNAL=4
//CHECK_TYPE_SIZE: sizeof(long)
VTK_SIZEOF_LONG:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(long long)
VTK_SIZEOF_LONG_LONG:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(short)
VTK_SIZEOF_SHORT:INTERNAL=2
//CHECK_TYPE_SIZE: __int64 unknown
VTK_SIZEOF___INT64:INTERNAL=
//STRINGS property for variable: VTK_SMP_IMPLEMENTATION_TYPE
VTK_SMP_IMPLEMENTATION_TYPE-STRINGS:INTERNAL=Sequential;Simple;Kaapi;TBB
//Result of TRY_COMPILE
VTK_TEST_SYNC_BUILTINS_COMPILED:INTERNAL=TRUE
//Whether char is signed.
VTK_TYPE_CHAR_IS_SIGNED:INTERNAL=1
//Result of TRY_COMPILE
VTK_TYPE_CHAR_IS_SIGNED_COMPILED:INTERNAL=TRUE
//CHECK_TYPE_SIZE: sizeof(uintptr_t)
VTK_UINTPTR_T:INTERNAL=8
//ADVANCED property for variable: VTK_USE_64BIT_IDS
VTK_USE_64BIT_IDS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_USE_CARBON
VTK_USE_CARBON-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_USE_COCOA
VTK_USE_COCOA-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_USE_OFFSCREEN
VTK_USE_OFFSCREEN-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_USE_SYSTEM_EXPAT
VTK_USE_SYSTEM_EXPAT-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_USE_SYSTEM_FREETYPE
VTK_USE_SYSTEM_FREETYPE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_USE_SYSTEM_GL2PS
VTK_USE_SYSTEM_GL2PS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_USE_SYSTEM_HDF5
VTK_USE_SYSTEM_HDF5-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_USE_SYSTEM_JPEG
VTK_USE_SYSTEM_JPEG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_USE_SYSTEM_JSONCPP
VTK_USE_SYSTEM_JSONCPP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_USE_SYSTEM_LIBPROJ4
VTK_USE_SYSTEM_LIBPROJ4-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_USE_SYSTEM_LIBXML2
VTK_USE_SYSTEM_LIBXML2-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_USE_SYSTEM_NETCDF
VTK_USE_SYSTEM_NETCDF-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_USE_SYSTEM_OGGTHEORA
VTK_USE_SYSTEM_OGGTHEORA-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_USE_SYSTEM_PNG
VTK_USE_SYSTEM_PNG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_USE_SYSTEM_TIFF
VTK_USE_SYSTEM_TIFF-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_USE_SYSTEM_ZLIB
VTK_USE_SYSTEM_ZLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_USE_TDX
VTK_USE_TDX-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_USE_X
VTK_USE_X-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_WGLEXT_FILE
VTK_WGLEXT_FILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VTK_WRAP_HINTS
VTK_WRAP_HINTS-ADVANCED:INTERNAL=1
netcdf_cxx_SOURCES:INTERNAL=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/cxx/netcdf.cpp;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/cxx/ncvalues.cpp
netcdf_dispatch_SOURCES:INTERNAL=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/parallel.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/copy.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/file.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/dim.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/att.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/var.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/dispatch.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/nc_url.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/nclist.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/ncbytes.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/ncbytes.h;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/nc4.c
netcdf_liblib_SOURCES:INTERNAL=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/liblib/stub.c
netcdf_src4_SOURCES:INTERNAL=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc4/nc4internal.h;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc4/error4.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc4/nc4dispatch.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc4/nc4dispatch.h;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc4/nc4attr.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc4/nc4dim.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc4/nc4file.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc4/nc4grp.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc4/nc4type.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc4/nc4var.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc4/ncfunc.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc4/nc4internal.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc4/nc4hdf.c
netcdf_src_SOURCES:INTERNAL=/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc/string.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc/v1hpg.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc/onstack.h;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc/rnd.h;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc/utf8proc.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc/utf8proc_data.h;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc/nclistmgr.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc/putget.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc/attr.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc/nc3dispatch.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc/nc.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc/var.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc/dim.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc/ncx.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc/ncx.h;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc/lookup3.c;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc/pstdint.h;/scratch/kent/namicExt/NAMICExternalProjects/SuperBuild/ExternalSources/VTK/ThirdParty/netcdf/vtknetcdf/libsrc/posixio.c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20140318/3f7b717c/attachment-0001.html>


More information about the vtkusers mailing list