[Insight-users] ITK and ITKApplications update

Silvester Czanner czanner at psc . edu
Fri, 12 Dec 2003 11:51:39 -0500


> Luis,
>
> here is my CMakeCache.txt file, but I am affraid my ITK_DIR is setup 
> correctly.
>
> Another thing, there are some old function names in applications files:
>
> Files: ITKFilterLib.cxx, itk2DAnisotropicDiffusionImageFilter.cxx
> SetNumberOfIterations(&int) --> SetIterations(&int)
> GetNumberOfIterations(&int) --> GetIterations(&int)
>
> File: FEMRegistrator.txx
> SetMovingImage() --> SetReferenceImage()
> SetFixedImage() -->  SetTargetImage()
>
> Silvester
>
>------------------------------------------------------------------------
>
>########################
># EXTERNAL cache entries
>########################
>
>//Value Computed by CMake
>AntiAliasBinaryImageFilter_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/AntiAliasBinaryImageFilter
>
>//Value Computed by CMake
>AntiAliasBinaryImageFilter_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/AntiAliasBinaryImageFilter
>
>//Value Computed by CMake
>AtlasSegmentation_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/IBSRValidation/AtlasSegmentation
>
>//Value Computed by CMake
>AtlasSegmentation_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/IBSRValidation/AtlasSegmentation
>
>//Build source documentation using doxygen
>BUILD_DOXYGEN:BOOL=OFF
>
>//Build Insight-Applications with shared libraries.
>BUILD_SHARED_LIBS:BOOL=OFF
>
>//Build the testing tree.
>BUILD_TESTING:BOOL=ON
>
>//Path to a program.
>CMAKE_AR:FILEPATH=/usr/bin/ar
>
>//For backwards compatibility, what version of CMake commands and
>// syntax should this version of CMake allow.
>CMAKE_BACKWARDS_COMPATIBILITY:STRING=1.8
>
>//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
>// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
>//
>CMAKE_BUILD_TYPE:STRING=
>
>//Path to a program.
>CMAKE_CTEST_COMMAND:FILEPATH=/usr/local/bin/ctest
>
>//C++ compiler
>CMAKE_CXX_COMPILER:STRING=c++
>
>//Flags used by the compiler during all build types.
>CMAKE_CXX_FLAGS:STRING=
>
>//C++ DEBUG flags imported from VTK.
>CMAKE_CXX_FLAGS_DEBUG:STRING=-g
>
>//Flags used by the compiler during release minsize builds.
>CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os
>
>//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=-O3
>
>//Flags used by the compiler during Release with Debug Info builds.
>//
>CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
>
>//C compiler
>CMAKE_C_COMPILER:STRING=gcc
>
>//Flags for C compiler.
>CMAKE_C_FLAGS:STRING=
>
>//Flags used by the compiler during debug builds.
>CMAKE_C_FLAGS_DEBUG:STRING=-g
>
>//Flags used by the compiler during release minsize builds.
>CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os
>
>//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=-O3
>
>//Flags used by the compiler during Release with Debug Info builds.
>//
>CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
>
>//Flags used by the linker.
>CMAKE_EXE_LINKER_FLAGS:STRING=
>
>//Flags used by the linker during debug builds.
>CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
>
>//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=
>
>//Install path prefix, prepended onto install directories.
>CMAKE_INSTALL_PREFIX:PATH=/usr/local
>
>//Path to a program.
>CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
>
>//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=
>
>//Path to a program.
>CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
>
>//Flags used by the linker during the creation of dll's.
>CMAKE_SHARED_LINKER_FLAGS:STRING=
>
>//Flags used by the linker during debug builds.
>CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
>
>//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=
>
>//If set, runtime paths are not added when using shared libraries.
>//
>CMAKE_SKIP_RPATH:BOOL=OFF
>
>//If this value is on, makefiles will be generated without the
>// .SILENT directive, and all commands will be echoed to the console
>// during the make.  This is useful for debugging only.
>CMAKE_VERBOSE_MAKEFILE:BOOL=OFF
>
>//Path to program used to compress files for transfer to the dart
>// server
>COMPRESSIONCOMMAND:FILEPATH=/usr/bin/gzip
>
>//Path to a program.
>CVSCOMMAND:FILEPATH=/usr/bin/cvs
>
>//Options passed to the cvs update command.
>CVS_UPDATE_OPTIONS:STRING=-d -A -P
>
>//Dependencies for the target
>Curves2DExtractorLib_LIB_DEPENDS:STATIC=ITKAlgorithms;ITKCommon;ITKBasicFilters;ITKBasicFilters;ITKIO;ITKFltkImageViewer;
>
>//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
>DicomImageViewer_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/DicomImageViewer
>
>//Value Computed by CMake
>DicomImageViewer_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/DicomImageViewer
>
>//Value Computed by CMake
>DistanceMapFilter_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/DistanceMapFilter
>
>//Value Computed by CMake
>DistanceMapFilter_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/DistanceMapFilter
>
>//Single output directory for building all executables.
>EXECUTABLE_OUTPUT_PATH:PATH=/home/czanner/CVSROOT/InsightApplications_bin
>
>//Value Computed by CMake
>EditorFltkGui_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/SegmentationEditorFltkGui/EditorFltkGui
>
>//Value Computed by CMake
>EditorFltkGui_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/SegmentationEditorFltkGui/EditorFltkGui
>
>//Value Computed by CMake
>EllipsoidInteriorExteriorSpatialFunction_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/EllipsoidInteriorExteriorSpatialFunction
>
>//Value Computed by CMake
>EllipsoidInteriorExteriorSpatialFunction_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/EllipsoidInteriorExteriorSpatialFunction
>
>//Dependencies for the target
>Example_ITKFilterLib_LIB_DEPENDS:STATIC=ITKAlgorithms;ITKCommon;ITKBasicFilters;ITKNumerics;ITKCommon;ITKIO;ITKBasicFilters;ITKCommon;ITKNumerics;ITKIO;ITKBasicFilters;
>
>//Dependencies for the target
>Example_ITKRegistrationLib_LIB_DEPENDS:STATIC=ITKAlgorithms;ITKCommon;ITKBasicFilters;ITKNumerics;ITKIO;ITKBasicFilters;ITKCommon;
>
>//Value Computed by CMake
>FEMAtlasSegmentation_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/IBSRValidation/FEMAtlasSegmentation
>
>//Value Computed by CMake
>FEMAtlasSegmentation_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/IBSRValidation/FEMAtlasSegmentation
>
>//Where can one of the fltk or fltkd libraries be found
>FLTK_BASE_LIBRARY:FILEPATH=/usr/local/lib/libfltk.a
>
>//Path to a program.
>FLTK_FLUID_EXECUTABLE:FILEPATH=/usr/local/bin/fluid
>
>//Where can one of the fltkforms, fltkformsd or fltk_forms libraries
>// be found
>FLTK_FORMS_LIBRARY:FILEPATH=/usr/local/lib/libfltk_forms.a
>
>//Where can one of the fltkgl, fltkgld or fltk_gl libraries be
>// found
>FLTK_GL_LIBRARY:FILEPATH=/usr/local/lib/libfltk_gl.a
>
>//Where can one of the fltkimages, fltkimagesd or fltk_images libraries
>// be found
>FLTK_IMAGES_LIBRARY:FILEPATH=/usr/local/lib/libfltk_images.a
>
>//What is the path where the file FL/Fl.h can be found
>FLTK_INCLUDE_DIR:PATH=/usr/local/include
>
>//Value Computed by CMake
>FloodFilledSpatialFunction_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/FloodFilledSpatialFunction
>
>//Value Computed by CMake
>FloodFilledSpatialFunction_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/FloodFilledSpatialFunction
>
>//Path to gunzip executable
>GUNZIPCOMMAND:FILEPATH=/usr/bin/gunzip
>
>//Value Computed by CMake
>GaussianMinimumErrorClassifier_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/GaussianMinimumErrorClassifier
>
>//Value Computed by CMake
>GaussianMinimumErrorClassifier_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/GaussianMinimumErrorClassifier
>
>//Value Computed by CMake
>IBSRClassification_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/IBSRValidation/IBSRClassification
>
>//Value Computed by CMake
>IBSRClassification_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/IBSRValidation/IBSRClassification
>
>//Dependencies for the target
>ITKFltkImageViewer_LIB_DEPENDS:STATIC=ITKAlgorithms;ITKCommon;ITKBasicFilters;/usr/local/lib/libfltk.a;/usr/local/lib/libfltk_gl.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk_images.a;-lSM;-lICE;-lSM;-lICE;/usr/X11R6/lib/libX11.so;/usr/X11R6/lib/libXext.so;/usr/X11R6/lib/libX11.so;/usr/X11R6/lib/libXext.so;-lm;/usr/lib/libGLU.so;/usr/lib/libGLU.so;/usr/lib/libGL.so;-lSM;-lICE;/usr/X11R6/lib/libX11.so;/usr/X11R6/lib/libXext.so;
>
>//Value Computed by CMake
>ITKRegistrationLib_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/ITKRegistrationLib
>
>//Value Computed by CMake
>ITKRegistrationLib_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/ITKRegistrationLib
>
>//Dependencies for the target
>ITKVtkFltk_LIB_DEPENDS:STATIC=ITKAlgorithms;ITKCommon;ITKBasicFilters;vtkRendering;/usr/local/lib/libfltk.a;/usr/local/lib/libfltk_gl.a;/usr/local/lib/libfltk_forms.a;/usr/local/lib/libfltk_images.a;-lSM;-lICE;-lSM;-lICE;/usr/X11R6/lib/libX11.so;/usr/X11R6/lib/libXext.so;/usr/X11R6/lib/libX11.so;/usr/X11R6/lib/libXext.so;-lm;/usr/lib/libGLU.so;
>
>//The directory containing ITKConfig.cmake.  This is either the
>// root of the build tree, or PREFIX/lib/InsightToolkit for an
>// installation.
>ITK_DIR:PATH=/home/czanner/CVSROOT/Insight_bin
>
>//Value Computed by CMake
>ImageRegistration_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/ImageRegistration
>
>//Value Computed by CMake
>ImageRegistration_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/ImageRegistration
>
>//Value Computed by CMake
>InsightApplications_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications
>
>//Value Computed by CMake
>InsightApplications_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications
>
>//Path to java command, used by the Dart server to create html.
>//
>JAVACOMMAND:FILEPATH=JAVACOMMAND-NOTFOUND
>
>//Single output directory for building all libraries.
>LIBRARY_OUTPUT_PATH:PATH=/home/czanner/CVSROOT/lib
>
>//Command used to build entire project from the command line.
>MAKECOMMAND:STRING=/usr/bin/gmake -i
>
>//Value Computed by CMake
>MIValidation_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/MIValidation
>
>//Value Computed by CMake
>MIValidation_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/MIValidation
>
>//Value Computed by CMake
>MultiResMIRegistration_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/MultiResMIRegistration
>
>//Value Computed by CMake
>MultiResMIRegistration_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/MultiResMIRegistration
>
>//Value Computed by CMake
>MutualInformationEuler2DRegistration_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/MutualInformationEuler2DRegistration
>
>//Value Computed by CMake
>MutualInformationEuler2DRegistration_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/MutualInformationEuler2DRegistration
>
>//What is the path where the file GL/gl.h can be found
>OPENGL_INCLUDE_DIR:PATH=/usr/share/doc/NVIDIA_GLX-1.0/include
>
>//Where can one of the MesaGL or GL libraries be found
>OPENGL_gl_LIBRARY:FILEPATH=/usr/lib/libGL.so
>
>//Where can one of the MesaGLU or GLU libraries be found
>OPENGL_glu_LIBRARY:FILEPATH=/usr/lib/libGLU.so
>
>//What is the path where the file GL/xmesa.h can be found
>OPENGL_xmesa_INCLUDE_DIR:PATH=/usr/local/include
>
>//Path to Rational purify command, used for memory error detection.
>//
>PURIFYCOMMAND:FILEPATH=PURIFYCOMMAND-NOTFOUND
>
>//Value Computed by CMake
>RawImageReaderViewer_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/RawImageReaderViewer
>
>//Value Computed by CMake
>RawImageReaderViewer_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/RawImageReaderViewer
>
>//Value Computed by CMake
>RegionGrowingSegmentation_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/RegionGrowingSegmentation
>
>//Value Computed by CMake
>RegionGrowingSegmentation_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/RegionGrowingSegmentation
>
>//Path to scp command, used by some Dart clients for submitting
>// results to a Dart server (when not using ftp for submissions)
>//
>SCPCOMMAND:FILEPATH=/usr/psc/bin/scp
>
>//Name of the computer/site where compile is being run
>SITE:STRING=gabi.psc.edu
>
>//Value Computed by CMake
>SNAP_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/SNAP
>
>//Value Computed by CMake
>SNAP_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/SNAP
>
>//Value Computed by CMake
>SegmentationEditorFltkGui_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/SegmentationEditorFltkGui
>
>//Value Computed by CMake
>SegmentationEditorFltkGui_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/SegmentationEditorFltkGui
>
>//Value Computed by CMake
>SegmentationEditor_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/SegmentationEditor
>
>//Value Computed by CMake
>SegmentationEditor_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/SegmentationEditor
>
>//Value Computed by CMake
>ShapeDetectionLevelSet_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/ShapeDetectionLevelSet
>
>//Value Computed by CMake
>ShapeDetectionLevelSet_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/ShapeDetectionLevelSet
>
>//Value Computed by CMake
>SimpleFuzzyConnectedness_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/SimpleFuzzyConnectedness
>
>//Value Computed by CMake
>SimpleFuzzyConnectedness_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/SimpleFuzzyConnectedness
>
>//Value Computed by CMake
>StreamedWatershedSegmentation_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/StreamedWatershedSegmentation
>
>//Value Computed by CMake
>StreamedWatershedSegmentation_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/StreamedWatershedSegmentation
>
>//Value Computed by CMake
>SymmetricEllipsoidInteriorExteriorSpatialFunction_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/SymmetricEllipsoidInteriorExteriorSpatialFunction
>
>//Value Computed by CMake
>SymmetricEllipsoidInteriorExteriorSpatialFunction_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/SymmetricEllipsoidInteriorExteriorSpatialFunction
>
>//Location of Tcl library imported from VTK.  This may mean your
>// project is depending on VTK to get this setting.  Consider using
>// FindTCL.cmake.
>TCL_LIBRARY:FILEPATH=/usr/lib/libtcl.so
>
>//Path to a program.
>TCL_TCLSH:FILEPATH=/usr/bin/tclsh
>
>//Location of Tk library imported from VTK.  This may mean your
>// project is depending on VTK to get this setting.  Consider using
>// FindTCL.cmake.
>TK_LIBRARY:FILEPATH=/usr/lib/libtk.so
>
>//Value Computed by CMake
>ThresholdSegmentationLevelSetFltkGui_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/ThresholdSegmentationLevelSetFltkGui
>
>//Value Computed by CMake
>ThresholdSegmentationLevelSetFltkGui_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/ThresholdSegmentationLevelSetFltkGui
>
>//Value Computed by CMake
>ThresholdSegmentationLevelSet_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/ThresholdSegmentationLevelSet
>
>//Value Computed by CMake
>ThresholdSegmentationLevelSet_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/ThresholdSegmentationLevelSet
>
>//Use FLTK (The Fast Light Toolkit) for GUI (some applications
>// need this)
>USE_FLTK:BOOL=ON
>
>//Use VTK (The Visualization Toolkit) (some applications need this)
>//
>USE_VTK:BOOL=ON
>
>//The directory containing VTKConfig.cmake.  This is either the
>// root of the build tree, or PREFIX/lib/vtk for an installation.
>//  For VTK 4.0, this is the location of UseVTK.cmake.  This is
>// either the root of the build tree or PREFIX/include/vtk for
>// an installation.
>VTK_DIR:PATH=/home/czanner/CVSROOT/VTK
>
>//Value Computed by CMake
>VoronoiSegmentation_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/VoronoiSegmentation
>
>//Value Computed by CMake
>VoronoiSegmentation_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/VoronoiSegmentation
>
>//Value Computed by CMake
>WatershedSegmentationFltkGui_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/SegmentationEditorFltkGui/WatershedSegmentationFltkGui
>
>//Value Computed by CMake
>WatershedSegmentationFltkGui_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/SegmentationEditorFltkGui/WatershedSegmentationFltkGui
>
>//What is the path where the file X11/X.h can be found
>X11_X11_INCLUDE_PATH:PATH=/usr/X11R6/include
>
>//Where can the X11 library be found
>X11_X11_LIB:FILEPATH=/usr/X11R6/lib/libX11.so
>
>//Where can the Xext library be found
>X11_Xext_LIB:FILEPATH=/usr/X11R6/lib/libXext.so
>
>//What is the path where the file X11/Xlib.h can be found
>X11_Xlib_INCLUDE_PATH:PATH=/usr/X11R6/include
>
>//What is the path where the file X11/Xutil.h can be found
>X11_Xutil_INCLUDE_PATH:PATH=/usr/X11R6/include
>
>//Dependencies for the target
>param_LIB_DEPENDS:STATIC=ITKAlgorithms;ITKCommon;ITKBasicFilters;ITKCommon;
>
>//Value Computed by CMake
>vtkITK_BINARY_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/vtkITK
>
>//Value Computed by CMake
>vtkITK_SOURCE_DIR:STATIC=/home/czanner/CVSROOT/InsightApplications/vtkITK
>
>//Dependencies for the target
>vtkVTKITKCommonTCL_LIB_DEPENDS:STATIC=ITKAlgorithms;ITKCommon;ITKBasicFilters;vtkFilteringTCL;vtkCommonTCL;
>
>//Dependencies for the target
>vtkVTKITKCommon_LIB_DEPENDS:STATIC=ITKAlgorithms;ITKCommon;ITKBasicFilters;vtkImaging;ITKIO;ITKNumerics;ITKBasicFilters;
>
>//Dependencies for the target
>vtkWSTCommonTCL_LIB_DEPENDS:STATIC=ITKAlgorithms;ITKCommon;ITKBasicFilters;vtkWSTCommon;vtkFilteringTCL;vtkCommonTCL;
>
>//Dependencies for the target
>vtkWSTCommon_LIB_DEPENDS:STATIC=ITKAlgorithms;ITKCommon;ITKBasicFilters;vtkVTKITKCommon;
>
>
>########################
># INTERNAL cache entries
>########################
>
>//Path to an executable
>AnisotropicDiffusionFltkGui2D_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/SegmentationEditorFltkGui/AnisotropicDiffusionFltkGui
>//Path to an executable
>AnisotropicDiffusionFltkGui3D_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/SegmentationEditorFltkGui/AnisotropicDiffusionFltkGui
>//Advanced flag for variable: BUILD_DOXYGEN
>BUILD_DOXYGEN-ADVANCED:INTERNAL=1
>//Path to an executable
>BiasCorrector_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/MRIBiasCorrection
>//Path to an executable
>BiasFieldEstimator_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/MRIBiasCorrection
>//Path to an executable
>BiasImageGenerator_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/MRIBiasCorrection
>//Path to an executable
>BrainStripValidationApp_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/IBSRValidation/AtlasSegmentation
>//Advanced flag for variable: CMAKE_AR
>CMAKE_AR-ADVANCED:INTERNAL=1
>//Advanced flag for variable: CMAKE_BUILD_TOOL
>CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
>//What is the target build tool cmake is generating for.
>CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/gmake
>//This is the directory where this CMakeCahe.txt was created
>CMAKE_CACHEFILE_DIR:INTERNAL=/home/czanner/CVSROOT/InsightApplications
>//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=8
>//Major version of cmake used to create the current loaded cache
>//
>CMAKE_CACHE_RELEASE_VERSION:INTERNAL=patch 2
>//Path to CMake executable.
>CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake
>//Advanced flag for variable: CMAKE_CTEST_COMMAND
>CMAKE_CTEST_COMMAND-ADVANCED:INTERNAL=1
>//Advanced flag for variable: CMAKE_CXX_COMPILER
>CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
>//full path to the compiler cmake found
>CMAKE_CXX_COMPILER_FULLPATH:INTERNAL=/usr/bin/c++
>//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
>//full path to the compiler cmake found
>CMAKE_C_COMPILER_FULLPATH:INTERNAL=/usr/bin/gcc
>//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=/usr/local/bin/ccmake
>//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=Unix Makefiles
>//Have function connect
>CMAKE_HAVE_CONNECT:INTERNAL=1
>//Have function gethostbyname
>CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1
>//Have function remove
>CMAKE_HAVE_REMOVE:INTERNAL=1
>//Have function shmat
>CMAKE_HAVE_SHMAT:INTERNAL=1
>//Start directory with the top level CMakeLists.txt file for this
>// project
>CMAKE_HOME_DIRECTORY:INTERNAL=/home/czanner/CVSROOT/InsightApplications
>//Have library ICE
>CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER: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
>//Advanced flag for variable: CMAKE_RANLIB
>CMAKE_RANLIB-ADVANCED:INTERNAL=1
>//Path to CMake installation.
>CMAKE_ROOT:INTERNAL=/usr/local/share/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
>//uname command
>CMAKE_UNAME:INTERNAL=/bin/uname
>//Advanced flag for variable: CMAKE_VERBOSE_MAKEFILE
>CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
>//Advanced flag for variable: COMPRESSIONCOMMAND
>COMPRESSIONCOMMAND-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
>//Path to a library
>Curves2DExtractorLib_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/Curves2DExtractor
>//Whether a library is static, shared or module.
>Curves2DExtractorLib_LIBRARY_TYPE:INTERNAL=STATIC
>//Path to an executable
>Curves2DExtractor_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/Curves2DExtractor
>//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_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
>//Path to an executable
>DICOMApp_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/DICOMApp
>//Path to an executable
>DicomImageViewer_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/DicomImageViewer
>//Path to an executable
>DistanceMapFilter_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/DistanceMapFilter
>//Path to an executable
>EditorFltkGui_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/SegmentationEditorFltkGui/EditorFltkGui
>//Path to an executable
>EnergyTablePlotter_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/MRIBiasCorrection
>//Path to an executable
>Example_ITKFilterLibTest_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/ITKFilterLib
>//Path to a library
>Example_ITKFilterLib_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/ITKFilterLib
>//Whether a library is static, shared or module.
>Example_ITKFilterLib_LIBRARY_TYPE:INTERNAL=STATIC
>//Path to an executable
>Example_ITKRegistrationLibTest_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/ITKRegistrationLib
>//Path to a library
>Example_ITKRegistrationLib_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/ITKRegistrationLib
>//Whether a library is static, shared or module.
>Example_ITKRegistrationLib_LIBRARY_TYPE:INTERNAL=STATIC
>//Path to an executable
>FEMBrainStripValidationApp_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/IBSRValidation/FEMAtlasSegmentation
>//Path to an executable
>FEMImageRegLMEx_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/FEM
>//Path to an executable
>FEMRead_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/FEM
>//Path to an executable
>FEMSolverHyperbolicExample_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/FEM
>//Path to an executable
>FEMTruss_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/FEM
>//Path to an executable
>FastMarchingLevelSet_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/FastMarchingLevelSet
>//Path to an executable
>FuzzyConnectedness_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/FuzzyConnectedness
>//Advanced flag for variable: GUNZIPCOMMAND
>GUNZIPCOMMAND-ADVANCED:INTERNAL=1
>//Path to an executable
>GaussianFilter2D_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/GaussianFilter
>//Path to an executable
>GaussianFilter_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/GaussianFilter
>//Path to an executable
>GaussianIBSRClassificationApp_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/IBSRValidation/IBSRClassification
>//Path to an executable
>GaussianMSClassificationApp_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/MultichannelTissueClassificationValidation
>//Path to an executable
>GaussianMinimumErrorClassifier_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/GaussianMinimumErrorClassifier
>//Path to an executable
>GeodesicActiveContour_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/GeodesicActiveContour
>//Path to a library
>ITKFltkImageViewer_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/Auxiliary/FltkImageViewer
>//Whether a library is static, shared or module.
>ITKFltkImageViewer_LIBRARY_TYPE:INTERNAL=STATIC
>//Path to a library
>ITKVtkFltk_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/Auxiliary/VtkFltk
>//Whether a library is static, shared or module.
>ITKVtkFltk_LIBRARY_TYPE:INTERNAL=STATIC
>//Path to an executable
>ImageColorViewer_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/ImageColorViewer
>//Path to an executable
>ImageCorrector_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/MRIBiasCorrection
>//Path to an executable
>ImageRegistration2D_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/ImageRegistration2D
>//Path to an executable
>ImageRegistration_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/ImageRegistration
>//Path to an executable
>ImageViewer_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/ImageViewer
>//Path to an executable
>IntensityHistogram3D_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/MRIBiasCorrection
>//Path to an executable
>InterSliceIntensityCorrector_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/MRIBiasCorrection
>//Advanced flag for variable: JAVACOMMAND
>JAVACOMMAND-ADVANCED:INTERNAL=1
>//Path to an executable
>KmeansIBSRClassificationApp_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/IBSRValidation/IBSRClassification
>//Path to an executable
>KmeansMSClassificationApp_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/MultichannelTissueClassificationValidation
>//Path to an executable
>LandmarkInitializedMutualInformationRegistration_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/LandmarkInitializedMutualInformationRegistration
>//Advanced flag for variable: MAKECOMMAND
>MAKECOMMAND-ADVANCED:INTERNAL=1
>//Path to an executable
>MIRegistration_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/MRIRegistration
>//Path to an executable
>MIValidationApp_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/MIValidation
>//Path to an executable
>MRFGaussianIBSRClassificationApp_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/IBSRValidation/IBSRClassification
>//Path to an executable
>MRFKmeansIBSRClassificationApp_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/IBSRValidation/IBSRClassification
>//Path to an executable
>MetaImageImporter_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/MetaImageImporter
>//Path to an executable
>MetaImageReadWrite_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/MetaImageReadWrite
>//Path to an executable
>Morphogenesis_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/Morphogenesis
>//Path to an executable
>MultiResMIRegistration_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/MultiResMIRegistration
>//Path to an executable
>MutualInformationEuler2DRegistration_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/MutualInformationEuler2DRegistration
>//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
>//Advanced flag for variable: PURIFYCOMMAND
>PURIFYCOMMAND-ADVANCED:INTERNAL=1
>//Path to an executable
>RawImageReaderViewer_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/RawImageReaderViewer
>//Path to an executable
>RegionGrowingSegmentation2D_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/RegionGrowingSegmentation
>//Path to an executable
>RegionGrowingSegmentation_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/RegionGrowingSegmentation
>//Advanced flag for variable: SCPCOMMAND
>SCPCOMMAND-ADVANCED:INTERNAL=1
>//Advanced flag for variable: SITE
>SITE-ADVANCED:INTERNAL=1
>//Path to an executable
>SNAPTests_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/SNAP
>//Path to an executable
>SNAP_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/SNAP
>//Path to an executable
>ShapeDetectionLevelSet_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/ShapeDetectionLevelSet
>//Path to an executable
>SimpleFuzzyConnectedness_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/SimpleFuzzyConnectedness
>//Path to an executable
>SlabIdentifier_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/MRIBiasCorrection
>//Advanced flag for variable: TCL_LIBRARY
>TCL_LIBRARY-ADVANCED:INTERNAL=1
>//Advanced flag for variable: TCL_TCLSH
>TCL_TCLSH-ADVANCED:INTERNAL=1
>//Advanced flag for variable: TK_LIBRARY
>TK_LIBRARY-ADVANCED:INTERNAL=1
>//Path to an executable
>ThinPlateSplines_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/ThinPlateSplines
>//Path to an executable
>ThresholdSegmentationLevelSetFltkGui_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/ThresholdSegmentationLevelSetFltkGui
>//Path to an executable
>ThresholdSegmentationLevelSet_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/ThresholdSegmentationLevelSet
>//Path to an executable
>VoronoiSegmentation_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/VoronoiSegmentation
>//Path to an executable
>WSTITK_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/SegmentationEditor/Wrapping/Tcl
>//Path to an executable
>WatershedSegmentationFltkGui3D_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/SegmentationEditorFltkGui/WatershedSegmentationFltkGui
>//Have library /usr/X11R6/lib/libX11.so;/usr/X11R6/lib/libXext.so
>//
>X11_LIB_X11_SOLO:INTERNAL=1
>//Advanced flag for variable: X11_X11_INCLUDE_PATH
>X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1
>//Advanced flag for variable: X11_X11_LIB
>X11_X11_LIB-ADVANCED:INTERNAL=1
>//Advanced flag for variable: X11_Xext_LIB
>X11_Xext_LIB-ADVANCED:INTERNAL=1
>//Advanced flag for variable: X11_Xlib_INCLUDE_PATH
>X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1
>//Advanced flag for variable: X11_Xutil_INCLUDE_PATH
>X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1
>//Path to an executable
>itk2DAnisotropicDiffusionImageFilter_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/AnisotropicDiffusionImageFilter
>//Path to an executable
>itk2DCannySegmentationLevelSetImageFilter_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/LevelSetSegmentation
>//Path to an executable
>itk2DSimpleLevelSetsExample_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/SimpleLevelSetsExample
>//Path to an executable
>itk2DThresholdSegmentationLevelSetImageFilter_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/LevelSetSegmentation
>//Path to an executable
>itk3DAnisotropicFourthOrderLevelSetImageFilter_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/LevelSetSurfaceProcessing
>//Path to an executable
>itk3DIsotropicFourthOrderLevelSetImageFilter_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/LevelSetSurfaceProcessing
>//Path to an executable
>itk3DSimpleLevelSetsExample_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/SimpleLevelSetsExample
>//Path to an executable
>itk3DUnsharpMaskLevelSetImageFilter_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/LevelSetSurfaceProcessing
>//Path to an executable
>itkAntiAliasBinaryImageFilterExample_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/AntiAliasBinaryImageFilter
>//Path to an executable
>itkCurvatureFlowToVTK_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/Auxiliary/vtk
>//Path to an executable
>itkEllipsoidInteriorExteriorSpatialFunctionExample_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/EllipsoidInteriorExteriorSpatialFunction
>//Path to an executable
>itkFloodFilledSpatialFunctionExample_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/FloodFilledSpatialFunction
>//Path to an executable
>itkPNGVTKtoITKtoVTK_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/Auxiliary/vtk
>//Path to an executable
>itkSampleDataGenerator_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/AntiAliasBinaryImageFilter
>//Path to an executable
>itkSymmetricEllipsoidInteriorExteriorSpatialFunctionExample_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/SymmetricEllipsoidInteriorExteriorSpatialFunction
>//Path to an executable
>itkVTKtoITKtoVTK_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/Auxiliary/vtk
>//Path to a library
>param_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/StreamedWatershedSegmentation/ParameterFileParser
>//Whether a library is static, shared or module.
>param_LIBRARY_TYPE:INTERNAL=STATIC
>//Path to an executable
>vtk2itkDouble_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/Auxiliary/vtk
>//Path to an executable
>vtk2itk_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/Auxiliary/vtk
>//Path to an executable
>vtkITK_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/vtkITK/Wrapping/Tcl
>//Path to a library
>vtkVTKITKCommonTCL_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/vtkITK/Common
>//Whether a library is static, shared or module.
>vtkVTKITKCommonTCL_LIBRARY_TYPE:INTERNAL=STATIC
>//Path to a library
>vtkVTKITKCommon_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/vtkITK/Common
>//Whether a library is static, shared or module.
>vtkVTKITKCommon_LIBRARY_TYPE:INTERNAL=STATIC
>//Path to a library
>vtkWSTCommonTCL_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/SegmentationEditor/Common
>//Whether a library is static, shared or module.
>vtkWSTCommonTCL_LIBRARY_TYPE:INTERNAL=STATIC
>//Path to a library
>vtkWSTCommon_CMAKE_PATH:INTERNAL=/home/czanner/CVSROOT/InsightApplications/SegmentationEditor/Common
>//Whether a library is static, shared or module.
>vtkWSTCommon_LIBRARY_TYPE:INTERNAL=STATIC
>
>  
>