# This is the CMakeCache file. # For build in directory: c:/vtk # 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 varible in the cache. # TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!. # VALUE is the current value for the KEY. ######################## # EXTERNAL cache entries ######################## //Build the documentation (Doxygen). BUILD_DOCUMENTATION:BOOL=OFF //Build VTK examples. BUILD_EXAMPLES:BOOL=ON //Build VTK with shared libraries. BUILD_SHARED_LIBS:BOOL=ON //Build the testing tree. BUILD_TESTING:BOOL=ON //Name of C++ compiler used. CMAKE_CXX_COMPILER:STRING=cl //Flags used by the compiler during all build types, /GX /GR are // for exceptions and rtti in VC++, /Zm1000 increases the compiler's // memory allocation to support ANSI C++/stdlib CMAKE_CXX_FLAGS:STRING=/nologo /W3 /Zm1000 /GX /GR //Flags used by the compiler during debug builds CMAKE_CXX_FLAGS_DEBUG:STRING=/MDd /Zi /Od /GZ //Flags used by the compiler during release minsize builds CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/MD /O1 //Flags used by the compiler during release builds (/MD /Ob1 /Oi // /Ot /Oy /Gs will produce slightly less optimized but smaller // files) CMAKE_CXX_FLAGS_RELEASE:STRING=/MD /O2 //Flags used by the compiler during Release with Debug Info builds // CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 //Extra flags added to the link line for creation of exe and dlls. // CMAKE_EXTRA_LINK_FLAGS:STRING=/STACK:10000000 //Program used to build from dsp files. CMAKE_MAKE_PROGRAM:STRING=msdev //Use the win32 thread library CMAKE_USE_WIN32_THREADS:BOOL=ON //If you have Dart installed, where is it located? DART_ROOT:PATH=NOTFOUND //Single output directory for building all executables. EXECUTABLE_OUTPUT_PATH:PATH=C:/vtk/bin //What is the path where the file jawt.h can be found JAVA_AWT_INCLUDE_PATH:PATH=C:/jdk/include //Where can the jawt library be found JAVA_AWT_LIBRARY:FILEPATH=C:/jdk/lib/jawt.lib //What is the path where the file jni.h can be found JAVA_INCLUDE_PATH:PATH=C:/JBuilder6/jdk1.3.1/include //What is the path where the file jni_md.h can be found JAVA_INCLUDE_PATH2:PATH=C:/jdk/include/win32 //Single output directory for building all libraries. LIBRARY_OUTPUT_PATH:PATH=C:/vtk/bin //OpenGL library for win32 OPENGL_LIBRARY:STRING=opengl32 //Value Computed by CMake VTKJPEG_BINARY_DIR:STATIC=C:/vtk/Utilities/jpeg //Value Computed by CMake VTKJPEG_SOURCE_DIR:STATIC=C:/Downloads/vtk40Src/VTK/Utilities/jpeg //Value Computed by CMake VTKPNG_BINARY_DIR:STATIC=C:/vtk/Utilities/png //Value Computed by CMake VTKPNG_SOURCE_DIR:STATIC=C:/Downloads/vtk40Src/VTK/Utilities/png //Value Computed by CMake VTKZLIB_BINARY_DIR:STATIC=C:/vtk/Utilities/zlib //Value Computed by CMake VTKZLIB_SOURCE_DIR:STATIC=C:/Downloads/vtk40Src/VTK/Utilities/zlib //Value Computed by CMake VTK_BINARY_DIR:STATIC=C:/vtk //What is the path where the file VTKData.readme can be found VTK_DATA_ROOT:PATH=C:/vtk //Build leak checking support into vtk. VTK_DEBUG_LEAKS:BOOL=OFF //Path to Java install VTK_JAVA_HOME:PATH=C:/vtk/java/vtk //Use mangled Mesa with OpenGL VTK_MANGLE_MESA:BOOL=OFF //Path to an internal program. VTK_PARSE_JAVA_EXE:FILEPATH=C:/vtk/bin/$(IntDir)/vtkParseJava.exe //Value Computed by CMake VTK_SOURCE_DIR:STATIC=C:/Downloads/vtk40Src/VTK //Build VTK with 64 bit ids VTK_USE_64BIT_IDS:BOOL=OFF //Use the ANSI standard iostream library VTK_USE_ANSI_STDLIB:BOOL=OFF //Build the hybrid directory classes VTK_USE_HYBRID:BOOL=ON //Use Matrox Imaging Library for video input VTK_USE_MATROX_IMAGING:BOOL=OFF //Build the parallel directory classes VTK_USE_PARALLEL:BOOL=OFF //Build the patented directory classes, these classes are patented // and may require a license to use VTK_USE_PATENTED:BOOL=ON //Build the rendering classes used for displaying VTK_USE_RENDERING:BOOL=ON //Use Video for Windows for video input VTK_USE_VIDEO_FOR_WINDOWS:BOOL=OFF //Build VTK with volume pro support VTK_USE_VOLUMEPRO:BOOL=OFF //Where can the hints file be found VTK_WRAP_HINTS:FILEPATH=C:/Downloads/vtk40Src/VTK/Wrapping/hints //wrap classes into the Java language VTK_WRAP_JAVA:BOOL=ON //Path to an internal program. VTK_WRAP_JAVA_EXE:FILEPATH=C:/vtk/bin/$(IntDir)/vtkWrapJava.exe //wrap classes into the Python interpreted language VTK_WRAP_PYTHON:BOOL=OFF //wrap classes into the TCL intepreted language VTK_WRAP_TCL:BOOL=OFF //Dependencies for the target vtkCommonJava_LIB_DEPENDS:STATIC=vtkCommon; //Dependencies for target vtkCommon_LIB_DEPENDS:STATIC= //Dependencies for the target vtkFilteringJava_LIB_DEPENDS:STATIC=vtkCommonJava;vtkFiltering; //Dependencies for the target vtkFiltering_LIB_DEPENDS:STATIC=vtkCommon; //Dependencies for the target vtkGraphicsJava_LIB_DEPENDS:STATIC=vtkCommonJava;vtkFilteringJava;vtkGraphics; //Dependencies for the target vtkGraphics_LIB_DEPENDS:STATIC=vtkCommon;vtkFiltering; //Dependencies for the target vtkHybridJava_LIB_DEPENDS:STATIC=vtkCommonJava;vtkFilteringJava;vtkImagingJava;vtkGraphicsJava;vtkRenderingJava;vtkIOJava;opengl32;vtkHybrid; //Dependencies for the target vtkHybrid_LIB_DEPENDS:STATIC=vtkCommon;vtkFiltering;vtkImaging;vtkGraphics;vtkIO;vtkRendering; //Dependencies for the target vtkIOJava_LIB_DEPENDS:STATIC=vtkpng;vtkzlib;vtkjpeg;vtkCommonJava;vtkFilteringJava;vtkIO; //Dependencies for the target vtkIO_LIB_DEPENDS:STATIC=vtkpng;vtkzlib;vtkjpeg;vtkCommon;vtkFiltering; //Dependencies for the target vtkImagingJava_LIB_DEPENDS:STATIC=vtkCommonJava;vtkFilteringJava;vtkImaging; //Dependencies for the target vtkImaging_LIB_DEPENDS:STATIC=vtkCommon;vtkFiltering; //Dependencies for the target vtkPatentedJava_LIB_DEPENDS:STATIC=vtkCommonJava;vtkFilteringJava;vtkImagingJava;vtkGraphicsJava;vtkIO;vtkPatented; //Dependencies for the target vtkPatented_LIB_DEPENDS:STATIC=vtkCommon;vtkFiltering;vtkImaging;vtkGraphics;vtkIO; //Dependencies for the target vtkRenderingJava_LIB_DEPENDS:STATIC=opengl32;vtkCommonJava;vtkFilteringJava;vtkImagingJava;vtkGraphicsJava;C:/jdk/lib/jawt.lib;vtkRendering; //Dependencies for the target vtkRendering_LIB_DEPENDS:STATIC=opengl32;vtkCommon;vtkFiltering;vtkImaging;vtkGraphics; //Dependencies for target vtkjpeg_LIB_DEPENDS:STATIC= //Dependencies for the target vtkpng_LIB_DEPENDS:STATIC=vtkzlib; //Dependencies for target vtkzlib_LIB_DEPENDS:STATIC= ######################## # INTERNAL cache entries ######################## //Advanced flag for variable: BUILD_DOCUMENTATION BUILD_DOCUMENTATION-ADVANCED:INTERNAL=1 //Executable to project name. "C:/vtk/bin/$(IntDir)/vtkParseJava.exe":INTERNAL=vtkParseJava //Executable to project name. "C:/vtk/bin/$(IntDir)/vtkWrapJava.exe":INTERNAL=vtkWrapJava //What is the target build tool cmake is generating for. CMAKE_BUILD_TOOL:INTERNAL=msdev //This is the directory where this CMakeCahe.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=c:/vtk //Major version of cmake used to create the current loaded cache // CMAKE_CACHE_MAJOR_VERSION:INTERNAL=1 //Minor version of cmake used to create the current loaded cache // CMAKE_CACHE_MINOR_VERSION:INTERNAL=4 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=C:/Arquivos de programas/CMake/bin/cmake.exe //Advanced flag for variable: CMAKE_CXX_COMPILER CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 //Advanced flag for variable: CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //Advanced flag for variable: CMAKE_CXX_FLAGS_MINSIZEREL CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //Advanced flag for variable: CMAKE_CXX_FLAGS_RELEASE CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //Advanced flag for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Path to cache edit program executable. CMAKE_EDIT_COMMAND:INTERNAL=C:/Arquivos de programas/CMake/bin/CMakeSetup.exe //Executable suffix. CMAKE_EXECUTABLE_SUFFIX:INTERNAL=.exe //Advanced flag for variable: CMAKE_EXECUTABLE_SUFFIX CMAKE_EXECUTABLE_SUFFIX-ADVANCED:INTERNAL=1 //Advanced flag for variable: CMAKE_EXTRA_LINK_FLAGS CMAKE_EXTRA_LINK_FLAGS-ADVANCED:INTERNAL=1 //Name of generator. CMAKE_GENERATOR:INTERNAL=Visual Studio 6 //Start directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=C:/Downloads/vtk40Src/VTK //Advanced flag for variable: CMAKE_MAKE_PROGRAM CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 //Module library suffix. CMAKE_MODULE_SUFFIX:INTERNAL=.dll //Advanced flag for variable: CMAKE_MODULE_SUFFIX CMAKE_MODULE_SUFFIX-ADVANCED:INTERNAL=1 //Object file suffix. CMAKE_OBJECT_FILE_SUFFIX:INTERNAL=.obj //Advanced flag for variable: CMAKE_OBJECT_FILE_SUFFIX CMAKE_OBJECT_FILE_SUFFIX-ADVANCED:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=C:/Arquivos de programas/CMake //Shared library suffix. CMAKE_SHLIB_SUFFIX:INTERNAL=.dll //Advanced flag for variable: CMAKE_SHLIB_SUFFIX CMAKE_SHLIB_SUFFIX-ADVANCED:INTERNAL=1 //Size of char data type CMAKE_SIZEOF_CHAR:INTERNAL=1 //Size of double data type CMAKE_SIZEOF_DOUBLE:INTERNAL=8 //Size of float data type CMAKE_SIZEOF_FLOAT:INTERNAL=4 //Size of int data type CMAKE_SIZEOF_INT:INTERNAL=4 //Size of long data type CMAKE_SIZEOF_LONG:INTERNAL=4 //Size of short data type CMAKE_SIZEOF_SHORT:INTERNAL=2 //Size of void* data type CMAKE_SIZEOF_VOID_P:INTERNAL=4 //Static library suffix. CMAKE_STATICLIB_SUFFIX:INTERNAL=.lib //Advanced flag for variable: CMAKE_STATICLIB_SUFFIX CMAKE_STATICLIB_SUFFIX-ADVANCED:INTERNAL=1 //What system is this. Result of uname. CMAKE_SYSTEM:INTERNAL=Win32 //Advanced flag for variable: CMAKE_USE_WIN32_THREADS CMAKE_USE_WIN32_THREADS-ADVANCED:INTERNAL=1 //Path to an executable CellLocator_CMAKE_PATH:INTERNAL=C:/vtk/Graphics/Testing/Cxx //Advanced flag for variable: EXECUTABLE_OUTPUT_PATH EXECUTABLE_OUTPUT_PATH-ADVANCED:INTERNAL=1 //Path to an executable FrustumClip_CMAKE_PATH:INTERNAL=C:/vtk/Graphics/Testing/Cxx //Advanced flag for variable: HAVE_LIMITS_H HAVE_LIMITS_H-ADVANCED:INTERNAL=1 //Advanced flag for variable: HAVE_UNISTD_H HAVE_UNISTD_H-ADVANCED:INTERNAL=1 //Path to an executable ImportExport_CMAKE_PATH:INTERNAL=C:/vtk/Imaging/Testing/Cxx //Advanced flag for variable: JAVA_AWT_INCLUDE_PATH JAVA_AWT_INCLUDE_PATH-ADVANCED:INTERNAL=1 //Advanced flag for variable: JAVA_AWT_LIBRARY JAVA_AWT_LIBRARY-ADVANCED:INTERNAL=1 //Advanced flag for variable: JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH-ADVANCED:INTERNAL=1 //Advanced flag for variable: JAVA_INCLUDE_PATH2 JAVA_INCLUDE_PATH2-ADVANCED:INTERNAL=1 //Advanced flag for variable: LIBRARY_OUTPUT_PATH LIBRARY_OUTPUT_PATH-ADVANCED:INTERNAL=1 //Path to an executable Mace_CMAKE_PATH:INTERNAL=C:/vtk/Graphics/Testing/Cxx //Advanced flag for variable: OPENGL_LIBRARY OPENGL_LIBRARY-ADVANCED:INTERNAL=1 //Advanced flag for variable: OPENGL_LIBRARY_PATH OPENGL_LIBRARY_PATH-ADVANCED:INTERNAL=1 //Path to an executable ObjectFactory_CMAKE_PATH:INTERNAL=C:/vtk/Common/Testing/Cxx //Path to an executable PointLocator_CMAKE_PATH:INTERNAL=C:/vtk/Graphics/Testing/Cxx //Path to an executable RGrid_CMAKE_PATH:INTERNAL=C:/vtk/Graphics/Testing/Cxx //Path to an executable TimeRenderer2_CMAKE_PATH:INTERNAL=C:/vtk/Rendering/Testing/Cxx //Path to an executable TimeRenderer_CMAKE_PATH:INTERNAL=C:/vtk/Rendering/Testing/Cxx //Is this VTK built with shared libraries. VTK_BUILD_SHARED_LIBS:INTERNAL=ON //Advanced flag for variable: VTK_DEBUG_LEAKS VTK_DEBUG_LEAKS-ADVANCED:INTERNAL=1 //Where VTK libraries are. Used by projects which depend on VTK. // Do not remove. VTK_LIBRARY_PATH:INTERNAL=C:/vtk/bin //Advanced flag for variable: VTK_MANGLE_MESA VTK_MANGLE_MESA-ADVANCED:INTERNAL=1 //Advanced flag for variable: VTK_PARSE_JAVA_EXE VTK_PARSE_JAVA_EXE-ADVANCED:INTERNAL=1 //Advanced flag for variable: VTK_USE_64BIT_IDS VTK_USE_64BIT_IDS-ADVANCED:INTERNAL=1 //Advanced flag for variable: VTK_WRAP_HINTS VTK_WRAP_HINTS-ADVANCED:INTERNAL=1 //Advanced flag for variable: VTK_WRAP_JAVA_EXE VTK_WRAP_JAVA_EXE-ADVANCED:INTERNAL=1 //Advanced flag for variable: WORDS_BIGENDIAN WORDS_BIGENDIAN-ADVANCED:INTERNAL=1 //Path to an executable expCos_CMAKE_PATH:INTERNAL=C:/vtk/Graphics/Testing/Cxx //Path to an executable otherArrays_CMAKE_PATH:INTERNAL=C:/vtk/Common/Testing/Cxx //Path to an executable otherByteSwap_CMAKE_PATH:INTERNAL=C:/vtk/Common/Testing/Cxx //Path to an executable otherCellArray_CMAKE_PATH:INTERNAL=C:/vtk/Common/Testing/Cxx //Path to an executable otherCellBoundaries_CMAKE_PATH:INTERNAL=C:/vtk/Common/Testing/Cxx //Path to an executable otherCellDerivatives_CMAKE_PATH:INTERNAL=C:/vtk/Common/Testing/Cxx //Path to an executable otherCellPosition_CMAKE_PATH:INTERNAL=C:/vtk/Common/Testing/Cxx //Path to an executable otherCellTypes_CMAKE_PATH:INTERNAL=C:/vtk/Common/Testing/Cxx //Path to an executable otherCoordinate_CMAKE_PATH:INTERNAL=C:/vtk/Rendering/Testing/Cxx //Path to an executable otherEmptyCell_CMAKE_PATH:INTERNAL=C:/vtk/Common/Testing/Cxx //Path to an executable otherLookupTable_CMAKE_PATH:INTERNAL=C:/vtk/Common/Testing/Cxx //Path to an executable otherRectilinearGrid_CMAKE_PATH:INTERNAL=C:/vtk/Common/Testing/Cxx //Path to an executable otherStructuredGrid_CMAKE_PATH:INTERNAL=C:/vtk/Common/Testing/Cxx //Path to an executable otherTimerLog_CMAKE_PATH:INTERNAL=C:/vtk/Common/Testing/Cxx //Path to an executable volProt_CMAKE_PATH:INTERNAL=C:/vtk/Graphics/Testing/Cxx //Path to a library vtkCommonJava_CMAKE_PATH:INTERNAL=C:/vtk/Common //Whether a library is static, shared or module. vtkCommonJava_LIBRARY_TYPE:INTERNAL=SHARED //Path to a library vtkCommon_CMAKE_PATH:INTERNAL=C:/vtk/Common //Whether a library is static, shared or module. vtkCommon_LIBRARY_TYPE:INTERNAL=SHARED //Path to a library vtkFilteringJava_CMAKE_PATH:INTERNAL=C:/vtk/Filtering //Whether a library is static, shared or module. vtkFilteringJava_LIBRARY_TYPE:INTERNAL=SHARED //Path to a library vtkFiltering_CMAKE_PATH:INTERNAL=C:/vtk/Filtering //Whether a library is static, shared or module. vtkFiltering_LIBRARY_TYPE:INTERNAL=SHARED //Path to a library vtkGraphicsJava_CMAKE_PATH:INTERNAL=C:/vtk/Graphics //Whether a library is static, shared or module. vtkGraphicsJava_LIBRARY_TYPE:INTERNAL=SHARED //Path to a library vtkGraphics_CMAKE_PATH:INTERNAL=C:/vtk/Graphics //Whether a library is static, shared or module. vtkGraphics_LIBRARY_TYPE:INTERNAL=SHARED //Path to a library vtkHybridJava_CMAKE_PATH:INTERNAL=C:/vtk/Hybrid //Whether a library is static, shared or module. vtkHybridJava_LIBRARY_TYPE:INTERNAL=SHARED //Path to a library vtkHybrid_CMAKE_PATH:INTERNAL=C:/vtk/Hybrid //Whether a library is static, shared or module. vtkHybrid_LIBRARY_TYPE:INTERNAL=SHARED //Path to a library vtkIOJava_CMAKE_PATH:INTERNAL=C:/vtk/IO //Whether a library is static, shared or module. vtkIOJava_LIBRARY_TYPE:INTERNAL=SHARED //Path to a library vtkIO_CMAKE_PATH:INTERNAL=C:/vtk/IO //Whether a library is static, shared or module. vtkIO_LIBRARY_TYPE:INTERNAL=SHARED //Path to a library vtkImagingJava_CMAKE_PATH:INTERNAL=C:/vtk/Imaging //Whether a library is static, shared or module. vtkImagingJava_LIBRARY_TYPE:INTERNAL=SHARED //Path to a library vtkImaging_CMAKE_PATH:INTERNAL=C:/vtk/Imaging //Whether a library is static, shared or module. vtkImaging_LIBRARY_TYPE:INTERNAL=SHARED //Path to an executable vtkParseJava_CMAKE_PATH:INTERNAL=C:/vtk/Wrapping //Path to a library vtkPatentedJava_CMAKE_PATH:INTERNAL=C:/vtk/Patented //Whether a library is static, shared or module. vtkPatentedJava_LIBRARY_TYPE:INTERNAL=SHARED //Path to a library vtkPatented_CMAKE_PATH:INTERNAL=C:/vtk/Patented //Whether a library is static, shared or module. vtkPatented_LIBRARY_TYPE:INTERNAL=SHARED //Path to a library vtkRenderingJava_CMAKE_PATH:INTERNAL=C:/vtk/Rendering //Whether a library is static, shared or module. vtkRenderingJava_LIBRARY_TYPE:INTERNAL=SHARED //Path to a library vtkRendering_CMAKE_PATH:INTERNAL=C:/vtk/Rendering //Whether a library is static, shared or module. vtkRendering_LIBRARY_TYPE:INTERNAL=SHARED //Path to an executable vtkWrapJava_CMAKE_PATH:INTERNAL=C:/vtk/Wrapping //Path to a library vtkjpeg_CMAKE_PATH:INTERNAL=C:/vtk/Utilities/jpeg //Whether a library is static, shared or module. vtkjpeg_LIBRARY_TYPE:INTERNAL=SHARED //Path to a library vtkpng_CMAKE_PATH:INTERNAL=C:/vtk/Utilities/png //Whether a library is static, shared or module. vtkpng_LIBRARY_TYPE:INTERNAL=SHARED //Path to a library vtkzlib_CMAKE_PATH:INTERNAL=C:/vtk/Utilities/zlib //Whether a library is static, shared or module. vtkzlib_LIBRARY_TYPE:INTERNAL=SHARED