[Insight-users] Re: Problems building version 1.2

liang@cs.toronto.edu liang@cs.toronto.edu
Tue, 18 Mar 2003 10:27:25 -0500


Dear Luis,

Thank you for your kindly reply and advice.

  > You shouldn't need to manually add paths for headers
  > in VC++. CMake will take care of all these details
  > when you provide it with the appropriate information.

I removed what I added in MS VC++. Just as a reminder, I organized the
files as

--------------------
  ITK
     ITK1.2
       InsightToolkit-1.2.0 (unzip from the download InsightToolkit-1.2.0.zip)
       InsightApplications-1.2.0 (unzip from the download InsightApplications-1.2.0.zip)
     ITK1.2bin
       InsightToolkit-1.2.0 (all the files generated by CMakeSetUp.exe for MS VC++
                             from ITK1.2/InsightToolkit-1.2.0)
       InsightApplications-1.2.0  (all the files generated by CMakeSetUp.exe for MS VC++
                                   from ITK1.2/InsightApplications-1.2.0)
-------------------

The error I have is
--------------------Configuration: itk2DAnisotropicDiffusionImageFilter - Win32 Debug--------------------
Compiling...
itk2DAnisotropicDiffusionImageFilter.cxx
C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\AnisotropicDiffusionImageFilter\itk2DAnisotropicDiffusionImageFilter.cxx(1) : fatal error C1083: Cannot open include file: 'itkImageFileReader.h': No such file or directory
Error executing cl.exe.

ALL_BUILD - 1 error(s), 0 warning(s)
---------------------------------------------------

Basically, it cannot find the hearder file: itkImageFileReader.h,
which is located in ITK1.2/InsightToolkit-1.2.0/Code/IO

I also enclosed the two CMakeCache.txt files respectively from

     ITK1.2bin/InsightToolkit-1.2.0
     ITK1.2bin/InsightApplications-1.2.0


Would you please let me know what went wrong with my installation?

Many Thanks, Jianming Liang
##################################################################
The File CMakeCache.txt in c:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0
-------------------
# This is the CMakeCache file.
# For build in directory: c:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0
# 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 Examples directory.
BUILD_EXAMPLES:BOOL=ON

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

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

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

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

//C compiler
CMAKE_C_COMPILER:STRING=cl

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

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

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

//Flags used by the compiler during Release with Debug Info builds.
//
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/MD /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

//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local

//make program
CMAKE_MAKE_PROGRAM:FILEPATH=c:/PROGRA~1/MICROS~3/Common/MSDev98/Bin/msdev.com

//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=

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

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

//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.
CMAKE_VERBOSE_MAKEFILE:BOOL=OFF

//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:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/bin

//Value Computed by CMake
FilteringExamples_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering

//Value Computed by CMake
FilteringExamples_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightToolkit-1.2.0/Examples/Filtering

//Value Computed by CMake
IOExamples_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/IO

//Value Computed by CMake
IOExamples_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightToolkit-1.2.0/Examples/IO

//Dependencies for the target
ITKAlgorithms_LIB_DEPENDS:STATIC=ITKNumerics;

//Dependencies for the target
ITKBasicFilters_LIB_DEPENDS:STATIC=ITKCommon;

//Dependencies for the target
ITKCommon_LIB_DEPENDS:STATIC=VXLNumerics;

//Dependencies for target
ITKDICOMParser_LIB_DEPENDS:STATIC=

//Dependencies for the target
ITKFEM_LIB_DEPENDS:STATIC=VXLNumerics;ITKNumerics;ITKCommon;ITKBasicFilters;ITKIO;

//Dependencies for the target
ITKIO_LIB_DEPENDS:STATIC=ITKCommon;itkpng;itkzlib;ITKMetaIO;ITKDICOMParser;

//Dependencies for target
ITKMetaIO_LIB_DEPENDS:STATIC=

//Dependencies for the target
ITKNumerics_LIB_DEPENDS:STATIC=ITKCommon;

//Value Computed by CMake
ITKPNG_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Utilities/png

//Value Computed by CMake
ITKPNG_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightToolkit-1.2.0/Utilities/png

//Dependencies for the target
ITKStatistics_LIB_DEPENDS:STATIC=ITKCommon;

//Value Computed by CMake
ITKTesting_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Testing

//Value Computed by CMake
ITKTesting_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightToolkit-1.2.0/Testing

//Value Computed by CMake
ITKZLIB_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Utilities/zlib

//Value Computed by CMake
ITKZLIB_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightToolkit-1.2.0/Utilities/zlib

//Value Computed by CMake
ITK_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0

//What is the path where the file ITKData.readme can be found
ITK_DATA_ROOT:PATH=C:/InstalledPost/GE/ITK/ITK1.2/InsightToolkit-1.2.0/Testing/Data

//Value Computed by CMake
ITK_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightToolkit-1.2.0

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

//Use the system's version of the standard C++ library (STL and
// streams).  If 'OFF', ITK will build against a supplied version
// of the standard library from SGI.  On SGI systems, this should
// be set to 'OFF'.
ITK_USE_SYSTEM_STDLIB:BOOL=ON

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

//Build Tcl wrapper support (requires CABLE/GCC-XML).
ITK_WRAP_TCL:BOOL=OFF

//Value Computed by CMake
ImageExamples_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/DataRepresentation/Image

//Value Computed by CMake
ImageExamples_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightToolkit-1.2.0/Examples/DataRepresentation/Image

//Value Computed by CMake
ImageRegistration_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Registration

//Value Computed by CMake
ImageRegistration_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightToolkit-1.2.0/Examples/Registration

//Value Computed by CMake
ImageSegmentation_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Segmentation

//Value Computed by CMake
ImageSegmentation_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightToolkit-1.2.0/Examples/Segmentation

//Single output directory for building all libraries.
LIBRARY_OUTPUT_PATH:PATH=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/bin

//Value Computed by CMake
MeshExamples_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/DataRepresentation/Mesh

//Value Computed by CMake
MeshExamples_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightToolkit-1.2.0/Examples/DataRepresentation/Mesh

//What is the path where the file avfCROP.1023c.raw can be found
//
VW_RAW_DATA_PATH:PATH=NOTFOUND

//Dependencies for target
VXLNumerics_LIB_DEPENDS:STATIC=

//Use new vxl from utilities.
VXL_FROM_UTILITIES:BOOL=OFF

//Dependencies for the target
itkpng_LIB_DEPENDS:STATIC=itkzlib;

//Dependencies for target
itkzlib_LIB_DEPENDS:STATIC=


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

//Path to an executable
BilateralImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
BinaryMinMaxCurvatureFlowImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
BinaryThresholdImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
BinomialBlurImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//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=c:/PROGRA~1/MICROS~3/Common/MSDev98/Bin/msdev.com
//This is the directory where this CMakeCahe.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=c:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0
//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=6
//Major version of cmake used to create the current loaded cache
//
CMAKE_CACHE_RELEASE_VERSION:INTERNAL=patch 0
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=C:/InstalledPost/GE/CMake/bin/cmake.exe
//Advanced flag for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_COMPILER_FULLPATH
CMAKE_CXX_COMPILER_FULLPATH-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
//Advanced flag for variable: CMAKE_C_COMPILER_FULLPATH
CMAKE_C_COMPILER_FULLPATH-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:/InstalledPost/GE/CMake/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=Visual Studio 6
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2/InsightToolkit-1.2.0
//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=1
//noop for ranlib
CMAKE_RANLIB:INTERNAL=:
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=C:/InstalledPost/GE/CMake
//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
//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
//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
//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_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
//endianness of bytes
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
//Path to an executable
CastingImageFilters_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
ConfidenceConnected_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Segmentation
//Path to an executable
ConnectedThresholdImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Segmentation
//Path to an executable
CovariantVectorImageExtractComponent_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/IO
//Path to an executable
CovariantVectorImageRead_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/IO
//Path to an executable
CovariantVectorImageWrite_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/IO
//Path to an executable
CurvatureAnisotropicDiffusionImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
CurvatureFlowImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
DanielssonDistanceMapImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
DeformableModel1_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Segmentation
//Path to an executable
DeformableRegistration1_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Registration
//Path to an executable
DeformableRegistration2_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Registration
//Path to an executable
DiscreteGaussianImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Advanced flag for variable: EXECUTABLE_OUTPUT_PATH
EXECUTABLE_OUTPUT_PATH-ADVANCED:INTERNAL=1
//Path to an executable
FastMarchingImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Segmentation
//Path to an executable
GeodesicActiveContourImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Segmentation
//Path to an executable
GibbsPriorImageFilter1_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Segmentation
//Path to an executable
GradientAnisotropicDiffusionImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
GradientMagnitudeImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
GradientMagnitudeRecursiveGaussianImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
HybridSegmentationFuzzyVoronoi_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Segmentation
//Path to a library
ITKAlgorithms_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Code/Algorithms
//Whether a library is static, shared or module.
ITKAlgorithms_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
ITKBasicFilters_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Code/BasicFilters
//Whether a library is static, shared or module.
ITKBasicFilters_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
ITKCommon_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Code/Common
//Whether a library is static, shared or module.
ITKCommon_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
ITKDICOMParser_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Utilities/DICOMParser
//Whether a library is static, shared or module.
ITKDICOMParser_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
ITKFEM_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Code/Numerics/FEM
//Whether a library is static, shared or module.
ITKFEM_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
ITKIO_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Code/IO
//Whether a library is static, shared or module.
ITKIO_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
ITKMetaIO_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Utilities/MetaIO
//Whether a library is static, shared or module.
ITKMetaIO_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
ITKNumerics_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Code/Numerics
//Whether a library is static, shared or module.
ITKNumerics_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
ITKStatistics_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Code/Numerics/Statistics
//Whether a library is static, shared or module.
ITKStatistics_LIBRARY_TYPE:INTERNAL=STATIC
//Advanced flag for variable: ITK_USE_SYSTEM_PNG
ITK_USE_SYSTEM_PNG-ADVANCED:INTERNAL=1
//Advanced flag for variable: ITK_USE_SYSTEM_STDLIB
ITK_USE_SYSTEM_STDLIB-ADVANCED:INTERNAL=1
//Advanced flag for variable: ITK_USE_SYSTEM_ZLIB
ITK_USE_SYSTEM_ZLIB-ADVANCED:INTERNAL=1
//Path to an executable
Image1_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/DataRepresentation/Image
//Path to an executable
Image2_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/DataRepresentation/Image
//Path to an executable
Image3_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/DataRepresentation/Image
//Path to an executable
Image4_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/DataRepresentation/Image
//Path to an executable
Image5_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/DataRepresentation/Image
//Path to an executable
ImageReadCastWrite_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/IO
//Path to an executable
ImageReadExtractWrite_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/IO
//Path to an executable
ImageReadWrite_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/IO
//Path to an executable
ImageRegistration1_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Registration
//Path to an executable
ImageRegistration2_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Registration
//Path to an executable
ImageRegistration3_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Registration
//Path to an executable
ImageRegistration4_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Registration
//Path to an executable
ImageRegistration5_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Registration
//Path to an executable
ImageRegistration6_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Registration
//Path to an executable
ImageRegistration7_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Registration
//Path to an executable
ImageRegistration8_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Registration
//Path to an executable
ImageRegistration9_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Registration
//Path to an executable
IsolatedConnectedImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Segmentation
//Advanced flag for variable: LIBRARY_OUTPUT_PATH
LIBRARY_OUTPUT_PATH-ADVANCED:INTERNAL=1
//Path to an executable
MathematicalMorphologyBinaryFilters_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
MathematicalMorphologyGrayscaleFilters_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
MeanImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
MedianImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
Mesh1_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/DataRepresentation/Mesh
//Path to an executable
Mesh2_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/DataRepresentation/Mesh
//Path to an executable
Mesh3_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/DataRepresentation/Mesh
//Path to an executable
MeshCellVisitor2_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/DataRepresentation/Mesh
//Path to an executable
MeshCellVisitor_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/DataRepresentation/Mesh
//Path to an executable
MeshCellsIteration_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/DataRepresentation/Mesh
//Path to an executable
MeshKComplex_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/DataRepresentation/Mesh
//Path to an executable
MeshTraits_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/DataRepresentation/Mesh
//Path to an executable
MinMaxCurvatureFlowImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
ModelToImageRegistration1_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Registration
//Path to an executable
MultiResImageRegistration1_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Registration
//Path to an executable
MultiResImageRegistration2_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Registration
//Path to an executable
NeighborhoodConnectedImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Segmentation
//Path to an executable
PointSet1_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/DataRepresentation/Mesh
//Path to an executable
PointSet2_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/DataRepresentation/Mesh
//Path to an executable
PointSet3_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/DataRepresentation/Mesh
//Path to an executable
PointSetWithCovariantVectors_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/DataRepresentation/Mesh
//Path to an executable
PointSetWithVectors_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/DataRepresentation/Mesh
//Path to an executable
RGBCurvatureAnisotropicDiffusionImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
RGBGradientAnisotropicDiffusionImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
RGBImageReadWrite_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/IO
//Path to an executable
RGBImage_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/DataRepresentation/Image
//Path to an executable
RGBPointSet_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/DataRepresentation/Mesh
//Path to an executable
ResampleImageFilter2_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
ResampleImageFilter3_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
ResampleImageFilter4_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
ResampleImageFilter5_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
ResampleImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
ShapeDetectionLevelSetFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Segmentation
//Path to an executable
SigmoidImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
SmoothingRecursiveGaussianImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Advanced flag for variable: TCL_TCLSH
TCL_TCLSH-ADVANCED:INTERNAL=1
//Path to an executable
ThresholdImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to a library
VXLNumerics_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Code/Numerics/vxl
//Whether a library is static, shared or module.
VXLNumerics_LIBRARY_TYPE:INTERNAL=STATIC
//Advanced flag for variable: VXL_FROM_UTILITIES
VXL_FROM_UTILITIES-ADVANCED:INTERNAL=1
//Path to an executable
VectorCurvatureAnisotropicDiffusionImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
VectorGradientAnisotropicDiffusionImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Filtering
//Path to an executable
VectorImage_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/DataRepresentation/Image
//Path to an executable
WatershedSegmentation1_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Examples/Segmentation
//Path to an executable
itkAlgorithmsHeaderTest_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Testing/Code/Algorithms
//Path to an executable
itkAlgorithmsTests_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Testing/Code/Algorithms
//Path to an executable
itkBasicFiltersHeaderTest_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Testing/Code/BasicFilters
//Path to an executable
itkBasicFiltersTests_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Testing/Code/BasicFilters
//Path to an executable
itkCommonHeaderTest_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Testing/Code/Common
//Path to an executable
itkCommonTests_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Testing/Code/Common
//Path to an executable
itkFEMTests_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Testing/Code/Numerics/FEM
//Path to an executable
itkIOHeaderTest_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Testing/Code/IO
//Path to an executable
itkIOTests_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Testing/Code/IO
//Path to an executable
itkNumericsHeaderTest_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Testing/Code/Numerics
//Path to an executable
itkNumericsTests_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Testing/Code/Numerics
//Path to an executable
itkSpatialObjectHeaderTest_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Testing/Code/SpatialObject
//Path to an executable
itkSpatialObjectTests_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Testing/Code/SpatialObject
//Path to an executable
itkStatisticsTests_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Testing/Code/Numerics/Statistics
//Path to a library
itkpng_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Utilities/png
//Whether a library is static, shared or module.
itkpng_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
itkzlib_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Utilities/zlib
//Whether a library is static, shared or module.
itkzlib_LIBRARY_TYPE:INTERNAL=STATIC
//Path to an executable
vnlTests2_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
vnlTests_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0/Testing/Code/Numerics/vxl/vnl/tests
########################################
The file CMakeCache.txt in c:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0
-------------------
# This is the CMakeCache file.
# For build in directory: c:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0
# 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
########################

//Value Computed by CMake
AntiAliasBinaryImageFilter_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/AntiAliasBinaryImageFilter

//Value Computed by CMake
AntiAliasBinaryImageFilter_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightApplications-1.2.0/AntiAliasBinaryImageFilter

//Value Computed by CMake
AtlasSegmentation_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/IBSRValidation/AtlasSegmentation

//Value Computed by CMake
AtlasSegmentation_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightApplications-1.2.0/IBSRValidation/AtlasSegmentation

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

//Value Computed by CMake
BasicIOAndFilter_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/BasicIOAndFilter

//Value Computed by CMake
BasicIOAndFilter_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightApplications-1.2.0/BasicIOAndFilter

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

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

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

//C compiler
CMAKE_C_COMPILER:STRING=cl

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

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

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

//Flags used by the compiler during Release with Debug Info builds.
//
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/MD /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

//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local

//make program
CMAKE_MAKE_PROGRAM:FILEPATH=c:/PROGRA~1/MICROS~3/Common/MSDev98/Bin/msdev.com

//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=

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

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

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

//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.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE

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

//Single output directory for building all executables.
EXECUTABLE_OUTPUT_PATH:PATH=

//Value Computed by CMake
EllipsoidInteriorExteriorSpatialFunction_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/EllipsoidInteriorExteriorSpatialFunction

//Value Computed by CMake
EllipsoidInteriorExteriorSpatialFunction_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightApplications-1.2.0/EllipsoidInteriorExteriorSpatialFunction

//Dependencies for the target
Example_ITKFilterLib_LIB_DEPENDS:STATIC=ITKAlgorithms;VXLNumerics;ITKCommon;ITKBasicFilters;VXLNumerics;ITKNumerics;ITKCommon;ITKIO;ITKBasicFilters;ITKCommon;ITKNumerics;ITKIO;ITKBasicFilters;

//Dependencies for the target
Example_ITKRegistrationLib_LIB_DEPENDS:STATIC=ITKAlgorithms;VXLNumerics;ITKCommon;ITKBasicFilters;ITKNumerics;ITKIO;ITKBasicFilters;ITKCommon;

//Value Computed by CMake
FEMAtlasSegmentation_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/IBSRValidation/FEMAtlasSegmentation

//Value Computed by CMake
FEMAtlasSegmentation_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightApplications-1.2.0/IBSRValidation/FEMAtlasSegmentation

//Value Computed by CMake
FloodFilledSpatialFunction_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/FloodFilledSpatialFunction

//Value Computed by CMake
FloodFilledSpatialFunction_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightApplications-1.2.0/FloodFilledSpatialFunction

//Value Computed by CMake
GaussianMinimumErrorClassifier_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/GaussianMinimumErrorClassifier

//Value Computed by CMake
GaussianMinimumErrorClassifier_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightApplications-1.2.0/GaussianMinimumErrorClassifier

//Value Computed by CMake
IBSRClassification_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/IBSRValidation/IBSRClassification

//Value Computed by CMake
IBSRClassification_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightApplications-1.2.0/IBSRValidation/IBSRClassification

//Value Computed by CMake
ITKRegistrationLib_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/ITKRegistrationLib

//Value Computed by CMake
ITKRegistrationLib_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightApplications-1.2.0/ITKRegistrationLib

//The directory containing ITKConfig.cmake.  This is either the
// root of the build tree, or PREFIX/lib/InsightToolkit for an
// installation.
ITK_DIR:PATH=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0

//Value Computed by CMake
InsightApplications_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0

//Value Computed by CMake
InsightApplications_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightApplications-1.2.0

//Single output directory for building all libraries.
LIBRARY_OUTPUT_PATH:PATH=

//Value Computed by CMake
MIValidation_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/MIValidation

//Value Computed by CMake
MIValidation_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightApplications-1.2.0/MIValidation

//Value Computed by CMake
MultiResMIRegistration_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/MultiResMIRegistration

//Value Computed by CMake
MultiResMIRegistration_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightApplications-1.2.0/MultiResMIRegistration

//OpenGL library for win32
OPENGL_gl_LIBRARY:STRING=opengl32

//GLU library for win32
OPENGL_glu_LIBRARY:STRING=glu32

//Value Computed by CMake
ShapeDetection_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/ShapeDetection

//Value Computed by CMake
ShapeDetection_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightApplications-1.2.0/ShapeDetection

//Value Computed by CMake
StreamedWatershedSegmentation_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/StreamedWatershedSegmentation

//Value Computed by CMake
StreamedWatershedSegmentation_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightApplications-1.2.0/StreamedWatershedSegmentation

//Value Computed by CMake
SymmetricEllipsoidInteriorExteriorSpatialFunction_BINARY_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/SymmetricEllipsoidInteriorExteriorSpatialFunction

//Value Computed by CMake
SymmetricEllipsoidInteriorExteriorSpatialFunction_SOURCE_DIR:STATIC=C:/InstalledPost/GE/ITK/ITK1.2/InsightApplications-1.2.0/SymmetricEllipsoidInteriorExteriorSpatialFunction

//Use FLTK (The Fast Light Toolkit) for GUI (some applications
// need this)
USE_FLTK:BOOL=OFF

//Use VTK (The Visualization Toolkit) (some applications need this)
//
USE_VTK:BOOL=OFF

//Dependencies for the target
param_LIB_DEPENDS:STATIC=ITKAlgorithms;VXLNumerics;ITKCommon;ITKBasicFilters;ITKCommon;


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

//Path to an executable
BasicIOAndFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/BasicIOAndFilter
//Path to an executable
BiasCorrector_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/MRIBiasCorrection
//Path to an executable
BiasFieldEstimator_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/MRIBiasCorrection
//Path to an executable
BiasImageGenerator_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/MRIBiasCorrection
//Path to an executable
BrainStripValidationApp_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/IBSRValidation/AtlasSegmentation
//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=c:/PROGRA~1/MICROS~3/Common/MSDev98/Bin/msdev.com
//This is the directory where this CMakeCahe.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=c:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0
//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=6
//Major version of cmake used to create the current loaded cache
//
CMAKE_CACHE_RELEASE_VERSION:INTERNAL=patch 0
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=C:/InstalledPost/GE/CMake/bin/cmake.exe
//Advanced flag for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_COMPILER_FULLPATH
CMAKE_CXX_COMPILER_FULLPATH-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
//Advanced flag for variable: CMAKE_C_COMPILER_FULLPATH
CMAKE_C_COMPILER_FULLPATH-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:/InstalledPost/GE/CMake/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=Visual Studio 6
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2/InsightApplications-1.2.0
//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
//noop for ranlib
CMAKE_RANLIB:INTERNAL=:
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=C:/InstalledPost/GE/CMake
//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
//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
//Advanced flag for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Path to an executable
DICOMApp_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/DICOMApp
//Path to an executable
EnergyTablePlotter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/MRIBiasCorrection
//Path to an executable
Example_ITKFilterLibTest_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/ITKFilterLib
//Path to a library
Example_ITKFilterLib_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/ITKFilterLib
//Whether a library is static, shared or module.
Example_ITKFilterLib_LIBRARY_TYPE:INTERNAL=STATIC
//Path to an executable
Example_ITKRegistrationLibTest_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/ITKRegistrationLib
//Path to a library
Example_ITKRegistrationLib_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/ITKRegistrationLib
//Whether a library is static, shared or module.
Example_ITKRegistrationLib_LIBRARY_TYPE:INTERNAL=STATIC
//Path to an executable
ExtractImageRegion_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/ExtractImageRegion
//Path to an executable
FEMBrainStripValidationApp_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/IBSRValidation/FEMAtlasSegmentation
//Path to an executable
FEMImageRegLMEx_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/FEM
//Path to an executable
FEMRead_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/FEM
//Path to an executable
FEMSolverHyperbolicExample_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/FEM
//Path to an executable
FEMTruss_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/FEM
//Path to an executable
FuzzyConnectedness_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/FuzzyConnectedness
//Path to an executable
GaussianIBSRClassificationApp_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/IBSRValidation/IBSRClassification
//Path to an executable
GaussianMSClassificationApp_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/MultichannelTissueClassificationValidation
//Path to an executable
GaussianMinimumErrorClassifier_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/GaussianMinimumErrorClassifier
//Path to an executable
ImageCorrector_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/MRIBiasCorrection
//Path to an executable
IntensityHistogram3D_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/MRIBiasCorrection
//Path to an executable
InterSliceIntensityCorrector_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/MRIBiasCorrection
//Path to an executable
KmeansIBSRClassificationApp_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/IBSRValidation/IBSRClassification
//Path to an executable
KmeansMSClassificationApp_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/MultichannelTissueClassificationValidation
//Path to an executable
MIValidationApp_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/MIValidation
//Path to an executable
MRFGaussianIBSRClassificationApp_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/IBSRValidation/IBSRClassification
//Path to an executable
MRFKmeansIBSRClassificationApp_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/IBSRValidation/IBSRClassification
//Path to an executable
MetaImageImporter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/MetaImageImporter
//Path to an executable
MetaImageReadWrite_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/MetaImageReadWrite
//Path to an executable
MultiResMIRegistration_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/MultiResMIRegistration
//Advanced flag for variable: OPENGL_INCLUDE_DIR
OPENGL_INCLUDE_DIR-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: OPENGL_xmesa_INCLUDE_DIR
OPENGL_xmesa_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Path to an executable
PNGImageReadWrite_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/PNGImageReadWrite
//Path to an executable
RawImageReadWritePNG_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/RawImageReadWrite
//Path to an executable
RawImageReadWrite_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/RawImageReadWrite
//Path to an executable
ShapeDetection_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/ShapeDetection
//Path to an executable
SlabIdentifier_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/MRIBiasCorrection
//Advanced flag for variable: TCL_TCLSH
TCL_TCLSH-ADVANCED:INTERNAL=1
//Path to an executable
itk2DAnisotropicDiffusionImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/AnisotropicDiffusionImageFilter
//Path to an executable
itk2DCannySegmentationLevelSetImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/LevelSetSegmentation
//Path to an executable
itk2DGradientMagnitudeImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/GradientMagnitudeImageFilter
//Path to an executable
itk2DSimpleLevelSetsExample_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/SimpleLevelSetsExample
//Path to an executable
itk2DThresholdSegmentationLevelSetImageFilter_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/LevelSetSegmentation
//Path to an executable
itk3DSimpleLevelSetsExample_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/SimpleLevelSetsExample
//Path to an executable
itkAntiAliasBinaryImageFilterExample_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/AntiAliasBinaryImageFilter
//Path to an executable
itkEllipsoidInteriorExteriorSpatialFunctionExample_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/EllipsoidInteriorExteriorSpatialFunction
//Path to an executable
itkFloodFilledSpatialFunctionExample_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/FloodFilledSpatialFunction
//Path to an executable
itkSampleDataGenerator_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/AntiAliasBinaryImageFilter
//Path to an executable
itkSymmetricEllipsoidInteriorExteriorSpatialFunctionExample_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/SymmetricEllipsoidInteriorExteriorSpatialFunction
//Path to an executable
itkWSRawToPNG_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/WatershedSegmentation
//Path to an executable
itkWatershedSegmentationExample_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/WatershedSegmentation
//Path to a library
param_CMAKE_PATH:INTERNAL=C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/StreamedWatershedSegmentation/ParameterFileParser
//Whether a library is static, shared or module.
param_LIBRARY_TYPE:INTERNAL=STATIC
-------------------------------end-------------------------------------------------