[vtkusers] Problems building VTK

Marcio Antonio Mathias marcio_mathias at yahoo.com
Sun Jun 12 15:13:04 EDT 2005


Platform: WinXP
Compiler: Microsoft Visual C++ Toolkit 2003 (command
line). CMakeCache.txt contents is copied at the end of
mail.
Tcl/Tk: ActiveState 8.4.6

Building VTK I got the error message:

vtkDICOMImageReader.obj : error LNK2019: unresolved
external symbol "__declspec(
dllimport) public: class std::basic_string<char,struct
std::char_traits<char>,cl
ass std::allocator<char> > __thiscall
DICOMAppHelper::GetTransferSyntaxUID(void)
"
(__imp_?GetTransferSyntaxUID at DICOMAppHelper@@QAE?AV?$basic_string at DU?$char_tra
its at D@std@@V?$allocator at D@2@@std@@XZ) referenced in
function "public: char const
 * __thiscall
vtkDICOMImageReader::GetTransferSyntaxUID(void)"
(?GetTransferSynt
axUID at vtkDICOMImageReader@@QAEPBDXZ)
vtkDICOMImageReader.obj : error LNK2019: unresolved
external symbol "__declspec(
dllimport) public: class std::basic_string<char,struct
std::char_traits<char>,cl
ass std::allocator<char> > __thiscall
DICOMAppHelper::GetPatientName(void)" (__i
mp_?GetPatientName at DICOMAppHelper@@QAE?AV?$basic_string at DU?$char_traits at D@std@@V
?$allocator at D@2@@std@@XZ) referenced in function
"public: char const * __thiscal
l vtkDICOMImageReader::GetPatientName(void)"
(?GetPatientName at vtkDICOMImageReade
r@@QAEPBDXZ)
vtkDICOMImageReader.obj : error LNK2019: unresolved
external symbol "__declspec(
dllimport) public: class std::basic_string<char,struct
std::char_traits<char>,cl
ass std::allocator<char> > __thiscall
DICOMAppHelper::GetStudyUID(void)" (__imp_
?GetStudyUID at DICOMAppHelper@@QAE?AV?$basic_string at DU?$char_traits at D@std@@V?$allo
cator at D@2@@std@@XZ) referenced in function "public:
char const * __thiscall vtkD
ICOMImageReader::GetStudyUID(void)"
(?GetStudyUID at vtkDICOMImageReader@@QAEPBDXZ)

vtkDICOMImageReader.obj : error LNK2019: unresolved
external symbol "__declspec(
dllimport) public: class std::basic_string<char,struct
std::char_traits<char>,cl
ass std::allocator<char> > __thiscall
DICOMAppHelper::GetStudyID(void)" (__imp_?
GetStudyID at DICOMAppHelper@@QAE?AV?$basic_string at DU?$char_traits at D@std@@V?$alloca
tor at D@2@@std@@XZ) referenced in function "public: char
const * __thiscall vtkDIC
OMImageReader::GetStudyID(void)"
(?GetStudyID at vtkDICOMImageReader@@QAEPBDXZ)
C:\work\VTK\bin\bin\vtkIO.dll : fatal error LNK1120: 4
unresolved externals
NMAKE : fatal error U1077: 'link' : return code
'0x460'
Stop.
NMAKE : fatal error U1077: '"C:\Arquivos de
programas\Microsoft Platform SDK\Bin
\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Arquivos de
programas\Microsoft Platform SDK\Bin
\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Arquivos de
programas\Microsoft Platform SDK\Bin
\nmake.exe"' : return code '0x2'
Stop.

Can someone tell me how to fix it?

Thanks for any hint. 
/Marcio.

As follows the contents of CMakeCache.txt:

# This is the CMakeCache file.
# For build in directory: c:/work/VTK/bin
# 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 GUI's for the type of VALUE, DO
NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

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

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

//Build the documentation (Doxygen).
BUILD_DOCUMENTATION:BOOL=ON

//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

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

//For backwards compatibility, what version of CMake
commands and
// syntax should this version of CMake allow.
CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.0

//Choose the type of build, options are:
None(CMAKE_CXX_FLAGS or
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo
MinSizeRel.
//
CMAKE_BUILD_TYPE:STRING=Release

//C++ compiler
CMAKE_CXX_COMPILER:STRING=cl

//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=  /W3 /Zm1000 /GX /GR

//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=/MTd /Zi /Od /GZ

//Flags used by the compiler during release minsize
builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/MT /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=/MT /O2

//Flags used by the compiler during Release with Debug
Info builds.
//
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/MT /Zi /O2

//C compiler
CMAKE_C_COMPILER:STRING=cl

//Flags for C compiler.
CMAKE_C_FLAGS:STRING=  /W3 /Zm1000 /GX /GR

//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=/MTd /Zi /Od /GZ

//Flags used by the compiler during release minsize
builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=/MT /O1

//Flags used by the compiler during release builds
(/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized
but smaller
// files).
CMAKE_C_FLAGS_RELEASE:STRING=/MT /O2

//Flags used by the compiler during Release with Debug
Info builds.
//
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/MT /Zi /O2

//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=/STACK:10000000
/machine:I386 /INCREMENTAL:YES

//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/debug
/pdbtype:sept

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

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

//Flags used by the linker during Release with Debug
Info builds.
//
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug
/pdbtype:sept

//Use HP pthreads.
CMAKE_HP_PTHREADS:BOOL=OFF

//Install path prefix, prepended onto install
directories.
CMAKE_INSTALL_PREFIX:PATH=C:/Arquivos de
programas/vtk44

//Program used to build from makefiles.
CMAKE_MAKE_PROGRAM:STRING=nmake

//Flags used by the linker during the creation of
modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=/STACK:10000000
/machine:I386 /INCREMENTAL:YES

//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/debug
/pdbtype:sept

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

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

//Flags used by the linker during Release with Debug
Info builds.
//
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug
/pdbtype:sept

//Flags used by the linker during the creation of
dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=/STACK:10000000
/machine:I386 /INCREMENTAL:YES

//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/debug
/pdbtype:sept

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

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

//Flags used by the linker during Release with Debug
Info builds.
//
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug
/pdbtype:sept

//If set, runtime paths are not added when using
shared libraries.
//
CMAKE_SKIP_RPATH:BOOL=OFF

//Libraries linked by defalut with all applications.
CMAKE_STANDARD_LIBRARIES:STRING=kernel32.lib
user32.lib gdi32.lib winspool.lib comdlg32.lib
advapi32.lib shell32.lib ole32.lib oleaut32.lib
uuid.lib odbc32.lib odbccp32.lib  kernel32.lib
user32.lib gdi32.lib winspool.lib comdlg32.lib
advapi32.lib shell32.lib ole32.lib oleaut32.lib
uuid.lib odbc32.lib odbccp32.lib

//Thread library used.
CMAKE_THREAD_LIBS:STRING=

//Use the pthreads library.
CMAKE_USE_PTHREADS:BOOL=OFF

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

//Use sproc libs.
CMAKE_USE_SPROC:BOOL=OFF

//Use the win32 thread library.
CMAKE_USE_WIN32_THREADS:BOOL=ON

//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

//X11 extra flags.
CMAKE_X_CFLAGS:STRING=-I

//Libraries and options used in X11 programs.
CMAKE_X_LIBS:STRING=

//Path to program used to compress files for transfer
to the dart
// server
COMPRESSIONCOMMAND:FILEPATH=C:/USR/LOCAL/WBIN/gzip.exe

//Path to the coverage program that Dart client uses
for performing
// coverage inspection
COVERAGE_COMMAND:FILEPATH=COVERAGE_COMMAND-NOTFOUND

//Path to a program.
CP:FILEPATH=C:/USR/LOCAL/WBIN/cp.exe

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

//Options passed to the cvs update command.
CVS_UPDATE_OPTIONS:STRING=-d -A -P

//What is the path where the file cygwin.bat can be
found
CYGWIN_INSTALL_PATH:PATH=CYGWIN_INSTALL_PATH-NOTFOUND

//Limit of reported errors, -1 reports all.
DART_BUILD_ERROR_REPORT_LIMIT:BOOL=OFF

//Limit of reported warnings, -1 reports all.
DART_BUILD_WARNING_REPORT_LIMIT:BOOL=OFF

//If you have Dart installed, where is it located?
DART_ROOT:PATH=DART_ROOT-NOTFOUND

//Time alloted for a test before Dart will kill the
test.
DART_TESTING_TIMEOUT:STRING=1500

//Show the actual output of the build, or if off show
a . for each
// 1024 bytes.
DART_VERBOSE_BUILD:BOOL=OFF

//Should Dart server send email when build errors are
found in
// Continuous builds?
DELIVER_CONTINUOUS_EMAIL:BOOL=OFF

//Value Computed by CMake
DICOMParser_BINARY_DIR:STATIC=C:/work/VTK/bin/Utilities/DICOMParser

//Value Computed by CMake
DICOMParser_SOURCE_DIR:STATIC=C:/work/VTK/Utilities/DICOMParser

//Build the HTML Help file (CHM).
DOCUMENTATION_HTML_HELP:BOOL=ON

//Build a compressed tar archive of the HTML doc.
DOCUMENTATION_HTML_TARZ:BOOL=OFF

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

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

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

//Path to gunzip executable
GUNZIPCOMMAND:FILEPATH=C:/USR/LOCAL/WBIN/gunzip.exe

//Path to a program.
GZIP:FILEPATH=C:/USR/LOCAL/WBIN/gzip.exe

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

//What is the path where the file htmlhelp.h can be
found
HTML_HELP_INCLUDE_PATH:PATH=HTML_HELP_INCLUDE_PATH-NOTFOUND

//Where can the htmlhelp library be found
HTML_HELP_LIBRARY:FILEPATH=HTML_HELP_LIBRARY-NOTFOUND

//Path to java command, used by the Dart server to
create html.
//
JAVACOMMAND:FILEPATH=C:/WINDOWS/system32/java.exe

//Command used to build entire project from the
command line.
MAKECOMMAND:STRING=nmake -i

//Path to Rational purify command, used for memory
error detection.
//
MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND

//File that contains suppressions for the memmory
checker
MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH=

//Path to a program.
MV:FILEPATH=C:/USR/LOCAL/WBIN/mv.exe

//OpenGL library for win32
OPENGL_gl_LIBRARY:STRING=opengl32

//GLU library for win32
OPENGL_glu_LIBRARY:STRING=glu32

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

//Path to a program.
RM:FILEPATH=C:/USR/LOCAL/WBIN/rm.exe

//Path to scp command, used by some Dart clients for
submitting
// results to a Dart server (when not using ftp for
submissions)
//
SCPCOMMAND:FILEPATH=SCPCOMMAND-NOTFOUND

//Name of the computer/site where compile is being run
SITE:STRING=HUYGENS

//Path to a program.
TAR:FILEPATH=C:/USR/LOCAL/WBIN/tar.exe

//What is the path where the file tcl.h can be found
TCL_INCLUDE_PATH:PATH=C:/Tcl/include

//Where can one of the tcl, tcl84, tcl8.4, tcl83,
tcl8.3, tcl82,
// tcl8.2, tcl80 or tcl8.0 libraries be found
TCL_LIBRARY:FILEPATH=C:/Tcl/lib/tcl84.lib

//Path to a program.
TCL_TCLSH:FILEPATH=C:/Tcl/bin/tclsh.exe

//Build with static Tcl/Tk support. TCL_LIBRARY and
TK_LIBRARY
// must point to the corresponding Tcl/Tk static
libraries (example,
// tcl84sx.lib, tk84sx.lib).
TCL_TK_STATIC:BOOL=OFF

//What is the path where the file tk.h can be found
TK_INCLUDE_PATH:PATH=C:/Tcl/include

//What is the path where the file tkWinInt.h can be
found
TK_INTERNAL_PATH:PATH=C:/work/VTK/Rendering/tkInternals/tk84

//Where can one of the tk, tk84, tk8.4, tk83, tk8.3,
tk82, tk8.2,
// tk80 or tk8.0 libraries be found
TK_LIBRARY:FILEPATH=C:/Tcl/lib/tk84.lib

//What is the path where the file X11/Xlib.h can be
found
TK_XLIB_PATH:PATH=C:/Tcl/include

//Value Computed by CMake
VTKEXPAT_BINARY_DIR:STATIC=C:/work/VTK/bin/Utilities/expat

//Value Computed by CMake
VTKEXPAT_SOURCE_DIR:STATIC=C:/work/VTK/Utilities/expat

//Value Computed by CMake
VTKFREETYPE_BINARY_DIR:STATIC=C:/work/VTK/bin/Utilities/freetype

//Value Computed by CMake
VTKFREETYPE_SOURCE_DIR:STATIC=C:/work/VTK/Utilities/freetype

//Value Computed by CMake
VTKFTGL_BINARY_DIR:STATIC=C:/work/VTK/bin/Utilities/ftgl

//Value Computed by CMake
VTKFTGL_SOURCE_DIR:STATIC=C:/work/VTK/Utilities/ftgl

//Value Computed by CMake
VTKJPEG_BINARY_DIR:STATIC=C:/work/VTK/bin/Utilities/jpeg

//Value Computed by CMake
VTKJPEG_SOURCE_DIR:STATIC=C:/work/VTK/Utilities/jpeg

//Value Computed by CMake
VTKPNG_BINARY_DIR:STATIC=C:/work/VTK/bin/Utilities/png

//Value Computed by CMake
VTKPNG_SOURCE_DIR:STATIC=C:/work/VTK/Utilities/png

//Value Computed by CMake
VTKTIFF_BINARY_DIR:STATIC=C:/work/VTK/bin/Utilities/tiff

//Value Computed by CMake
VTKTIFF_SOURCE_DIR:STATIC=C:/work/VTK/Utilities/tiff

//Value Computed by CMake
VTKZLIB_BINARY_DIR:STATIC=C:/work/VTK/bin/Utilities/zlib

//Value Computed by CMake
VTKZLIB_SOURCE_DIR:STATIC=C:/work/VTK/Utilities/zlib

//Value Computed by CMake
VTK_BINARY_DIR:STATIC=C:/work/VTK/bin

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

//What is the path where the file VTKData.readme can
be found
VTK_DATA_ROOT:PATH=C:/work/VTK/VTKData-release-4-2

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

//Disables the automatic initialization of Tk widgets
when loading
// the rendering library.
VTK_DISABLE_TK_INIT:BOOL=OFF

//Value Computed by CMake
VTK_SOURCE_DIR:STATIC=C:/work/VTK

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

//Turn this option off and tests will not popup
windows
VTK_USE_DISPLAY:BOOL=ON

//Build VTK with gl2ps support.
VTK_USE_GL2PS:BOOL=OFF

//Build the vtkHybrid kit.
VTK_USE_HYBRID:BOOL=OFF

//Use mangled Mesa with OpenGL.
VTK_USE_MANGLED_MESA:BOOL=OFF

//Build the vtkParallel kit.
VTK_USE_PARALLEL:BOOL=OFF

//Build the vtkPatented kit.  These classes are
patented and may
// require a license to use.
VTK_USE_PATENTED:BOOL=OFF

//Build the vtkRendering kit.  Needed for displaying
data.
VTK_USE_RENDERING:BOOL=ON

//Use the system's expat library.
VTK_USE_SYSTEM_EXPAT:BOOL=OFF

//Use the system's jpeg library.
VTK_USE_SYSTEM_JPEG:BOOL=OFF

//Use the system's png library.
VTK_USE_SYSTEM_PNG:BOOL=OFF

//Use the system's tiff library.
VTK_USE_SYSTEM_TIFF:BOOL=OFF

//Use the system's zlib library.
VTK_USE_SYSTEM_ZLIB:BOOL=OFF

//Build VTK with VolumePro support.
VTK_USE_VOLUMEPRO:BOOL=OFF

//Where can the hints file be found
VTK_WRAP_HINTS:FILEPATH=C:/work/VTK/Wrapping/hints

//Wrap VTK classes into the Java language.
VTK_WRAP_JAVA:BOOL=OFF

//Wrap VTK classes into the Python language.
VTK_WRAP_PYTHON:BOOL=OFF

//Wrap VTK classes into the TCL language.
VTK_WRAP_TCL:BOOL=ON

//Path to an internal program.
VTK_WRAP_TCL_EXE:FILEPATH=C:/work/VTK/bin/bin/vtkWrapTcl.exe

//Path to an internal program.
VTK_WRAP_TCL_INIT_EXE:FILEPATH=C:/work/VTK/bin/bin/vtkWrapTclInit.exe

//Path to a program.
WGET_EXECUTABLE:FILEPATH=C:/USR/LOCAL/WBIN/wget.exe

//Dependencies for the target
vtkCommonTCL_LIB_DEPENDS:STATIC=vtkCommon;C:/Tcl/lib/tcl84.lib;

//Dependencies for target
vtkCommon_LIB_DEPENDS:STATIC=

//Dependencies for target
vtkDICOMParser_LIB_DEPENDS:STATIC=

//Dependencies for the target
vtkFilteringTCL_LIB_DEPENDS:STATIC=vtkFiltering;vtkCommonTCL;

//Dependencies for the target
vtkFiltering_LIB_DEPENDS:STATIC=vtkCommon;

//Dependencies for the target
vtkGraphicsTCL_LIB_DEPENDS:STATIC=vtkGraphics;vtkFilteringTCL;

//Dependencies for the target
vtkGraphics_LIB_DEPENDS:STATIC=vtkFiltering;

//Dependencies for the target
vtkIOTCL_LIB_DEPENDS:STATIC=vtkIO;vtkFilteringTCL;

//Dependencies for the target
vtkIO_LIB_DEPENDS:STATIC=vtkFiltering;vtkDICOMParser;vtkpng;vtkzlib;vtkjpeg;vtktiff;vtkexpat;

//Dependencies for the target
vtkImagingTCL_LIB_DEPENDS:STATIC=vtkImaging;vtkFilteringTCL;

//Dependencies for the target
vtkImaging_LIB_DEPENDS:STATIC=vtkFiltering;

//Dependencies for the target
vtkRenderingTCL_LIB_DEPENDS:STATIC=vtkRendering;vtkGraphicsTCL;vtkImagingTCL;C:/Tcl/lib/tcl84.lib;C:/Tcl/lib/tk84.lib;

//Dependencies for the target
vtkRendering_LIB_DEPENDS:STATIC=vtkGraphics;vtkImaging;vtkIO;vtkftgl;vtkfreetype;glu32;opengl32;

//Dependencies for target
vtkexpat_LIB_DEPENDS:STATIC=

//Dependencies for target
vtkfreetype_LIB_DEPENDS:STATIC=

//Dependencies for the target
vtkftgl_LIB_DEPENDS:STATIC=glu32;opengl32;vtkfreetype;

//Dependencies for target
vtkjpeg_LIB_DEPENDS:STATIC=

//Dependencies for the target
vtkpng_LIB_DEPENDS:STATIC=vtkzlib;

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

//Dependencies for target
vtkzlib_LIB_DEPENDS:STATIC=


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

//Advanced flag for variable: BASH
BASH-ADVANCED:INTERNAL=1
//Advanced flag for variable: BUILD_DOCUMENTATION
BUILD_DOCUMENTATION-ADVANCED:INTERNAL=1
//Advanced flag for variable: BUILD_TESTING
BUILD_TESTING-ADVANCED:INTERNAL=1
//Executable to project name.
"C:/work/VTK/bin/bin/vtkWrapTcl.exe":INTERNAL=vtkWrapTcl
//Executable to project name.
"C:/work/VTK/bin/bin/vtkWrapTclInit.exe":INTERNAL=vtkWrapTclInit
//Result of TRY_COMPILE
CMAKE_ANSI_FOR_SCOPE:INTERNAL=TRUE
//Have include iostream
CMAKE_ANSI_STREAM_HEADERS:INTERNAL=1
//Advanced flag for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//What is the target build tool cmake is generating
for.
CMAKE_BUILD_TOOL:INTERNAL=nmake
//This is the directory where this CMakeCahe.txt was
created
CMAKE_CACHEFILE_DIR:INTERNAL=c:/work/VTK/bin
//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=0
//Major version of cmake used to create the current
loaded cache
//
CMAKE_CACHE_RELEASE_VERSION:INTERNAL=patch 6
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=C:/Arquivos de
programas/CMake20/bin/cmake.exe
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=C:/Arquivos de
programas/CMake20/bin/ctest.exe
//Advanced flag for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
CMAKE_CXX_COMPILER_WORKS:INTERNAL=TRUE
//Advanced flag for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-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
//Advanced flag for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
CMAKE_C_COMPILER_WORKS:INTERNAL=TRUE
//Advanced flag for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable:
CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=C:/Arquivos de
programas/CMake20/bin/CMakeSetup.exe
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable:
CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable:
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
//
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable:
CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable:
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
//
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Name of generator.
CMAKE_GENERATOR:INTERNAL=NMake Makefiles
//Have include sstream
CMAKE_HAS_ANSI_STRING_STREAM:INTERNAL=1
//Is X11 around.
CMAKE_HAS_X:INTERNAL=
//Have include limits.h
CMAKE_HAVE_LIMITS_H:INTERNAL=1
//Have include pthread.h
CMAKE_HAVE_PTHREAD_H:INTERNAL=
//Have include sys/prctl.h
CMAKE_HAVE_SYS_PRCTL_H:INTERNAL=
//Have include unistd.h
CMAKE_HAVE_UNISTD_H:INTERNAL=
//Start directory with the top level CMakeLists.txt
file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=C:/work/VTK
//Advanced flag for variable: CMAKE_HP_PTHREADS
CMAKE_HP_PTHREADS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_INSTALL_PREFIX
CMAKE_INSTALL_PREFIX-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//Advanced flag for variable:
CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable:
CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable:
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
//
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable:
CMAKE_MODULE_LINKER_FLAGS_RELEASE
//
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable:
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
//
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Does the compiler support ansi for scope.
CMAKE_NO_ANSI_FOR_SCOPE:INTERNAL=0
//Does the compiler support headers like iostream.
CMAKE_NO_ANSI_STREAM_HEADERS:INTERNAL=0
//Does the compiler support std::.
CMAKE_NO_STD_NAMESPACE:INTERNAL=0
//noop for ranlib
CMAKE_RANLIB:INTERNAL=:
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=C:/Arquivos de programas/CMake20
//Advanced flag for variable:
CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable:
CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable:
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
//
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable:
CMAKE_SHARED_LINKER_FLAGS_RELEASE
//
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable:
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
//
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Result of TRY_RUN
CMAKE_SIZEOF_CHAR:INTERNAL=1
//Result of TRY_RUN
CMAKE_SIZEOF_DOUBLE:INTERNAL=8
//Result of TRY_RUN
CMAKE_SIZEOF_FLOAT:INTERNAL=4
//Result of TRY_RUN
CMAKE_SIZEOF_INT:INTERNAL=4
//Result of TRY_RUN
CMAKE_SIZEOF_LONG:INTERNAL=4
//Result of TRY_RUN
CMAKE_SIZEOF_SHORT:INTERNAL=2
//Result of TRY_RUN
CMAKE_SIZEOF_VOID_P:INTERNAL=4
//Advanced flag for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_STANDARD_LIBRARIES
CMAKE_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
CMAKE_STD_NAMESPACE:INTERNAL=TRUE
//Advanced flag for variable: CMAKE_THREAD_LIBS
CMAKE_THREAD_LIBS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_USE_PTHREADS
CMAKE_USE_PTHREADS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_USE_RELATIVE_PATHS
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_USE_SPROC
CMAKE_USE_SPROC-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_USE_WIN32_THREADS
CMAKE_USE_WIN32_THREADS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Result of TRY_RUN
CMAKE_WORDS_BIGENDIAN:INTERNAL=0
//Advanced flag for variable: CMAKE_X_CFLAGS
CMAKE_X_CFLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_X_LIBS
CMAKE_X_LIBS-ADVANCED:INTERNAL=1
//Advanced flag for variable: COMPRESSIONCOMMAND
COMPRESSIONCOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: COVERAGE_COMMAND
COVERAGE_COMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: CP
CP-ADVANCED:INTERNAL=1
//Advanced flag for variable: CVSCOMMAND
CVSCOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: CVS_UPDATE_OPTIONS
CVS_UPDATE_OPTIONS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CYGWIN_INSTALL_PATH
CYGWIN_INSTALL_PATH-ADVANCED:INTERNAL=1
//Path to an executable
CommonCxxTests_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Common/Testing/Cxx
//Advanced flag for variable:
DART_BUILD_ERROR_REPORT_LIMIT
DART_BUILD_ERROR_REPORT_LIMIT-ADVANCED:INTERNAL=1
//Advanced flag for variable:
DART_BUILD_WARNING_REPORT_LIMIT
DART_BUILD_WARNING_REPORT_LIMIT-ADVANCED:INTERNAL=1
//Advanced flag for variable: DART_ROOT
DART_ROOT-ADVANCED:INTERNAL=1
//Advanced flag for variable: DART_TESTING_TIMEOUT
DART_TESTING_TIMEOUT-ADVANCED:INTERNAL=1
//Advanced flag for variable: DART_VERBOSE_BUILD
DART_VERBOSE_BUILD-ADVANCED:INTERNAL=1
//Advanced flag for variable: DELIVER_CONTINUOUS_EMAIL
DELIVER_CONTINUOUS_EMAIL-ADVANCED:INTERNAL=1
//Advanced flag for variable: DOCUMENTATION_HTML_HELP
DOCUMENTATION_HTML_HELP-ADVANCED:INTERNAL=1
//Advanced flag for variable: DOCUMENTATION_HTML_TARZ
DOCUMENTATION_HTML_TARZ-ADVANCED:INTERNAL=1
//Advanced flag for variable: DOT
DOT-ADVANCED:INTERNAL=1
//Advanced flag for variable: DOXYGEN
DOXYGEN-ADVANCED:INTERNAL=1
//Single output directory for building all
executables.
EXECUTABLE_OUTPUT_PATH:INTERNAL=C:/work/VTK/bin/bin
//Path to an executable
FilteringCxxTests_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Filtering/Testing/Cxx
//Advanced flag for variable: GNUPLOT
GNUPLOT-ADVANCED:INTERNAL=1
//Advanced flag for variable: GUNZIPCOMMAND
GUNZIPCOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: GZIP
GZIP-ADVANCED:INTERNAL=1
//Path to an executable
GraphicsCxxTests_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Graphics/Testing/Cxx
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_CHAR:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_DOUBLE:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_FLOAT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_INT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_LONG:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_SHORT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_VOID_P:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_WORDS_BIGENDIAN:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_VTK_SIZEOF_LONG_LONG:INTERNAL=TRUE
//Advanced flag for variable: HTML_HELP_COMPILER
HTML_HELP_COMPILER-ADVANCED:INTERNAL=1
//Advanced flag for variable: HTML_HELP_INCLUDE_PATH
HTML_HELP_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: HTML_HELP_LIBRARY
HTML_HELP_LIBRARY-ADVANCED:INTERNAL=1
//Path to an executable
IOCxxTests_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/IO/Testing/Cxx
//Path to an executable
ImagingCxxTests_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Imaging/Testing/Cxx
//Advanced flag for variable: JAVACOMMAND
JAVACOMMAND-ADVANCED:INTERNAL=1
//Single output directory for building all libraries.
LIBRARY_OUTPUT_PATH:INTERNAL=C:/work/VTK/bin/bin
//Advanced flag for variable: MAKECOMMAND
MAKECOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: MEMORYCHECK_COMMAND
MEMORYCHECK_COMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable:
MEMORYCHECK_SUPPRESSIONS_FILE
MEMORYCHECK_SUPPRESSIONS_FILE-ADVANCED:INTERNAL=1
//Advanced flag for variable: MV
MV-ADVANCED:INTERNAL=1
//Advanced flag for variable: OPENGL_gl_LIBRARY
OPENGL_gl_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: OPENGL_glu_LIBRARY
OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: PERL_EXECUTABLE
PERL_EXECUTABLE-ADVANCED:INTERNAL=1
//Advanced flag for variable: RM
RM-ADVANCED:INTERNAL=1
//Path to an executable
RenderingCxxTests_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Rendering/Testing/Cxx
//Advanced flag for variable: SCPCOMMAND
SCPCOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: SITE
SITE-ADVANCED:INTERNAL=1
//Advanced flag for variable: TAR
TAR-ADVANCED:INTERNAL=1
//Advanced flag for variable: TCL_INCLUDE_PATH
TCL_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: TCL_LIBRARY
TCL_LIBRARY-ADVANCED:INTERNAL=1
//This value is not used by VTK.
TCL_LIBRARY_DEBUG:INTERNAL=TCL_LIBRARY_DEBUG-NOTFOUND
//This value is not used by VTK.
TCL_STUB_LIBRARY:INTERNAL=C:/Tcl/lib/tclstub84.lib
//This value is not used by VTK.
TCL_STUB_LIBRARY_DEBUG:INTERNAL=TCL_STUB_LIBRARY_DEBUG-NOTFOUND
//Advanced flag for variable: TCL_TCLSH
TCL_TCLSH-ADVANCED:INTERNAL=1
//Advanced flag for variable: TCL_TK_STATIC
TCL_TK_STATIC-ADVANCED:INTERNAL=1
//Advanced flag for variable: TK_INCLUDE_PATH
TK_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: TK_INTERNAL_PATH
TK_INTERNAL_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: TK_LIBRARY
TK_LIBRARY-ADVANCED:INTERNAL=1
//This value is not used by VTK.
TK_LIBRARY_DEBUG:INTERNAL=TK_LIBRARY_DEBUG-NOTFOUND
//This value is not used by VTK.
TK_STUB_LIBRARY:INTERNAL=C:/Tcl/lib/tkstub84.lib
//This value is not used by VTK.
TK_STUB_LIBRARY_DEBUG:INTERNAL=TK_STUB_LIBRARY_DEBUG-NOTFOUND
//This value is not used by VTK.
TK_WISH:INTERNAL=C:/Tcl/bin/wish.exe
//Advanced flag for variable: TK_XLIB_PATH
TK_XLIB_PATH-ADVANCED:INTERNAL=1
//Path to an executable
TestCxxFeatures_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Common/Testing/Cxx
//Path to an executable
TestInstantiator_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Common/Testing/Cxx
//Path to an executable
TimeRenderer2_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Rendering/Testing/Cxx
//Path to an executable
TimeRenderer_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Rendering/Testing/Cxx
//Result of TRY_COMPILE
VTK_ANSI_STREAM_EOF_COMPILED:INTERNAL=TRUE
//Result of TRY_RUN
VTK_ANSI_STREAM_EOF_RESULT:INTERNAL=0
//Advanced flag for variable: VTK_CMAKETEST_EXE
VTK_CMAKETEST_EXE-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
VTK_CMAKE_EXTENSIONS_COMPILED:INTERNAL=TRUE
//Support for C++ type bool
VTK_COMPILER_HAS_BOOL:INTERNAL=1
//Advanced flag for variable: VTK_DEBUG_LEAKS
VTK_DEBUG_LEAKS-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_DISABLE_TK_INIT
VTK_DISABLE_TK_INIT-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
VTK_EXPLICIT_TEMPLATES:INTERNAL=FALSE
//Support for C++ explict templates
VTK_EXPLICIT_TEMPLATES_BOOL:INTERNAL=0
//Have include iosfwd
VTK_HAVE_ANSI_STREAMS:INTERNAL=1
//Have include iostream.h
VTK_HAVE_OLD_STREAMS:INTERNAL=
//The opengl library being used supports off screen
Mesa calls.
//
VTK_OPENGL_HAS_OSMESA:INTERNAL=
//Result of TRY_RUN
VTK_SIZEOF_LONG_LONG:INTERNAL=8
//Whether char is signed.
VTK_TYPE_CHAR_IS_SIGNED:INTERNAL=1
//Result of TRY_COMPILE
VTK_TYPE_CHAR_IS_SIGNED_COMPILED:INTERNAL=TRUE
//Advanced flag for variable: VTK_USE_64BIT_IDS
VTK_USE_64BIT_IDS-ADVANCED:INTERNAL=1
//Build classes using Carbon API.
VTK_USE_CARBON:INTERNAL=
//Build classes using Cocoa API.
VTK_USE_COCOA:INTERNAL=
//Advanced flag for variable: VTK_USE_DISPLAY
VTK_USE_DISPLAY-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_USE_GL2PS
VTK_USE_GL2PS-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_USE_MANGLED_MESA
VTK_USE_MANGLED_MESA-ADVANCED:INTERNAL=1
//Use Matrox Imaging Library for video input.
VTK_USE_MATROX_IMAGING:INTERNAL=
//Use Message Passing Interface (MPI) library for
parallel support.
//
VTK_USE_MPI:INTERNAL=
//Advanced flag for variable: VTK_USE_SYSTEM_EXPAT
VTK_USE_SYSTEM_EXPAT-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_USE_SYSTEM_JPEG
VTK_USE_SYSTEM_JPEG-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_USE_SYSTEM_PNG
VTK_USE_SYSTEM_PNG-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_USE_SYSTEM_TIFF
VTK_USE_SYSTEM_TIFF-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_USE_SYSTEM_ZLIB
VTK_USE_SYSTEM_ZLIB-ADVANCED:INTERNAL=1
//Use Video for Windows for video input.
VTK_USE_VIDEO_FOR_WINDOWS:INTERNAL=
//Advanced flag for variable: VTK_USE_VOLUMEPRO
VTK_USE_VOLUMEPRO-ADVANCED:INTERNAL=1
//Build classes for the X11 window system.
VTK_USE_X:INTERNAL=
//Advanced flag for variable: VTK_WRAP_HINTS
VTK_WRAP_HINTS-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_WRAP_TCL_EXE
VTK_WRAP_TCL_EXE-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_WRAP_TCL_INIT_EXE
VTK_WRAP_TCL_INIT_EXE-ADVANCED:INTERNAL=1
//Advanced flag for variable: WGET_EXECUTABLE
WGET_EXECUTABLE-ADVANCED:INTERNAL=1
//Path to a library
vtkCommonTCL_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Common
//Whether a library is static, shared or module.
vtkCommonTCL_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkCommon_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Common
//Whether a library is static, shared or module.
vtkCommon_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkDICOMParser_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Utilities/DICOMParser
//Whether a library is static, shared or module.
vtkDICOMParser_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkFilteringTCL_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Filtering
//Whether a library is static, shared or module.
vtkFilteringTCL_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkFiltering_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Filtering
//Whether a library is static, shared or module.
vtkFiltering_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkGraphicsTCL_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Graphics
//Whether a library is static, shared or module.
vtkGraphicsTCL_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkGraphics_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Graphics
//Whether a library is static, shared or module.
vtkGraphics_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkIOTCL_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/IO
//Whether a library is static, shared or module.
vtkIOTCL_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkIO_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/IO
//Whether a library is static, shared or module.
vtkIO_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkImagingTCL_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Imaging
//Whether a library is static, shared or module.
vtkImagingTCL_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkImaging_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Imaging
//Whether a library is static, shared or module.
vtkImaging_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkRenderingTCL_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Rendering
//Whether a library is static, shared or module.
vtkRenderingTCL_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkRendering_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Rendering
//Whether a library is static, shared or module.
vtkRendering_LIBRARY_TYPE:INTERNAL=SHARED
//Path to an executable
vtkWrapTclInit_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Wrapping
//Path to an executable
vtkWrapTcl_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Wrapping
//Path to an executable
vtk_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Wrapping/Tcl
//Path to a library
vtkexpat_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Utilities/expat
//Whether a library is static, shared or module.
vtkexpat_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkfreetype_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Utilities/freetype
//Whether a library is static, shared or module.
vtkfreetype_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkftgl_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Utilities/ftgl
//Whether a library is static, shared or module.
vtkftgl_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkjpeg_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Utilities/jpeg
//Whether a library is static, shared or module.
vtkjpeg_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkpng_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Utilities/png
//Whether a library is static, shared or module.
vtkpng_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtktiff_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Utilities/tiff
//Whether a library is static, shared or module.
vtktiff_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
vtkzlib_CMAKE_PATH:INTERNAL=C:/work/VTK/bin/Utilities/zlib
//Whether a library is static, shared or module.
vtkzlib_LIBRARY_TYPE:INTERNAL=SHARED







Marcio Antonio Mathias <marcio_mathias at yahoo.com>
Registered Linux user number 248543
Get counted: http://counter.li.org/

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the vtkusers mailing list