[Insight-users] SOViewer can't find FILK location.Is it a bug in SOViewer ?

wordon m9421001 at gmail.com
Sat Feb 18 10:31:42 EST 2006


Hi, Julien :

Thank you for your reply.
My Cache file as attachment.

Wordon

-----Original Message-----
From: Julien Jomier [mailto:julien.jomier at kitware.com] 
Sent: Saturday, February 18, 2006 10:23 PM
To: wordon
Cc: insight-users at itk.org
Subject: Re: [Insight-users] SOViewer can't find FILK location.Is it a bug
in SOViewer ?

We build SOViewer on a variety of platforms including MSVC 6.0.

Can you send me your CMakeCache.txt located in your binary directory of 
SOViewer?
Also, what version of CMake are you using?

Thanks,

Julien

wordon wrote:
> Hi, all ITK :
> 
> Have anybady ever build SOViewer in VC 6.0 and Windows XP?
> I am building SOViewer with CMake,and the option USE_FLTK and USE_VTK is 
> turning into ON status.
> When I  press the configure button,
> CMake can't find my FLTK_FLUID_EXECUTABLE and FLTK_INCLUDE_DIR.
> If I choose these option and press the configure botton again,
> CMake can't find FLTK_BASE_LIBRARY, FLTK_FORMS_LIBRARY, 
> FLTK_GL_LIBRARY,  FLTK_IMAGES_LIBRARY.
> I know that I MUST choose and set these option by hand,
> and after these CMake can be done successly.
> 
> BUT,is'n it a strange situation?
> 
> Because when I build InsightApplication with CMake ,it can find these 
> information directly
> ,but can not in SOViewer.
> 
> Other reason that I encountered is when I build Darcy project.
> When I build  Darcy project with CMake,it can't find FLTK_DIR either,
> this situation is the same with SOViewer,and
> if I set those information,it has a error for " FLTK11_USE_FILE not found
".
> 
> Is it a bug in FLTK or SOViewer ?
> 
> Plese give me some suggestion. I will give you immense gratitude. 
> 
> Thanks :)
> 
> 
> Wordon
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
-------------- next part --------------
# This is the CMakeCache file.
# For build in directory: d:/OpenSourceLibrary/SOViewer/build
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

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

//Build source documentation using doxygen
BUILD_DOXYGEN:BOOL=ON

//Build the examples
BUILD_EXAMPLES:BOOL=OFF

//Build SOViewer with shared libraries.
BUILD_SHARED_LIBS:BOOL=OFF

//Build the Software Guide
BUILD_SOFTWAREGUIDE:BOOL=OFF

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

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

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

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

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

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

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

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

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

//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~4/Common/MSDev98/Bin/msdev.com

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

//Path to program used to compress files for transfer to the dart
// server
COMPRESSIONCOMMAND:FILEPATH=c:/matlab6p5/bin/win32/zip.exe

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

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

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

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

//Disable Visual Studio 8 deprecated warnings
DISABLE_MSVC8_DEPRECATED_WARNINGS:BOOL=ON

//Where can one of the fltk or fltkd libraries be found
FLTK_BASE_LIBRARY:FILEPATH=D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk.lib

//Path to a program.
FLTK_FLUID_EXECUTABLE:FILEPATH=D:/OpenSourceLibrary/fltk117/build/bin/Release/fluid.exe

//Where can one of the fltkforms, fltkformsd or fltk_forms libraries
// be found
FLTK_FORMS_LIBRARY:FILEPATH=D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_forms.lib

//Where can one of the fltkgl, fltkgld or fltk_gl libraries be
// found
FLTK_GL_LIBRARY:FILEPATH=D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_gl.lib

//Where can one of the fltkimages, fltkimagesd or fltk_images libraries
// be found
FLTK_IMAGES_LIBRARY:FILEPATH=D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_images.lib

//What is the path where the file FL/Fl.h can be found
FLTK_INCLUDE_DIR:PATH=D:/OpenSourceLibrary/fltk117/build

//Use FLTK version 1.0.11
FLTK_VERSION_1.0.11:BOOL=OFF

//Use FLTK version 1.1
FLTK_VERSION_1.1:BOOL=ON

//Value Computed by CMake
FlTrackBall_BINARY_DIR:STATIC=D:/OpenSourceLibrary/SOViewer/build/Utilities/FlTrackBall

//Dependencies for the target
FlTrackBall_LIB_DEPENDS:STATIC=ITKAlgorithms;ITKStatistics;ITKFEM;glu32;opengl32;glu32;opengl32;glu32;opengl32;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_gl.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_forms.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_images.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk.lib;wsock32;comctl32;glu32;opengl32;glu32;opengl32;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_gl.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_forms.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_images.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk.lib;wsock32;comctl32;glu32;opengl32;glu32;opengl32;

//Value Computed by CMake
FlTrackBall_SOURCE_DIR:STATIC=D:/OpenSourceLibrary/SOViewer/Utilities/FlTrackBall

//Value Computed by CMake
FltkSOViewer2D_BINARY_DIR:STATIC=D:/OpenSourceLibrary/SOViewer/build/Viewer/Fltk/2D

//Dependencies for the target
FltkSOViewer2D_LIB_DEPENDS:STATIC=ITKAlgorithms;ITKStatistics;ITKFEM;glu32;opengl32;glu32;opengl32;glu32;opengl32;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_gl.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_forms.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_images.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk.lib;wsock32;comctl32;glu32;opengl32;glu32;opengl32;SOViewer;

//Value Computed by CMake
FltkSOViewer2D_SOURCE_DIR:STATIC=D:/OpenSourceLibrary/SOViewer/Viewer/Fltk/2D

//Value Computed by CMake
FltkSOViewer3D_BINARY_DIR:STATIC=D:/OpenSourceLibrary/SOViewer/build/Viewer/Fltk/3D

//Dependencies for the target
FltkSOViewer3D_LIB_DEPENDS:STATIC=ITKAlgorithms;ITKStatistics;ITKFEM;glu32;opengl32;glu32;opengl32;glu32;opengl32;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_gl.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_forms.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_images.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk.lib;wsock32;comctl32;glu32;opengl32;glu32;opengl32;SOViewer;SpatialObjectManager;

//Value Computed by CMake
FltkSOViewer3D_SOURCE_DIR:STATIC=D:/OpenSourceLibrary/SOViewer/Viewer/Fltk/3D

//Value Computed by CMake
FltkSOViewerSlicer_BINARY_DIR:STATIC=D:/OpenSourceLibrary/SOViewer/build/Viewer/Fltk/Slicer

//Dependencies for the target
FltkSOViewerSlicer_LIB_DEPENDS:STATIC=ITKAlgorithms;ITKStatistics;ITKFEM;glu32;opengl32;glu32;opengl32;glu32;opengl32;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_gl.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_forms.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_images.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk.lib;wsock32;comctl32;glu32;opengl32;glu32;opengl32;ITKAlgorithms;ITKStatistics;ITKFEM;glu32;opengl32;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_gl.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_forms.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_images.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk.lib;wsock32;comctl32;SOViewer;SpatialObjectManager;

//Value Computed by CMake
FltkSOViewerSlicer_SOURCE_DIR:STATIC=D:/OpenSourceLibrary/SOViewer/Viewer/Fltk/Slicer

//What is the path where the file GL/glut.h can be found
GLUT_INCLUDE_DIR:PATH=GLUT_INCLUDE_DIR-NOTFOUND

//Where can the glut library be found
GLUT_glut_LIBRARY:FILEPATH=GLUT_glut_LIBRARY-NOTFOUND

//Path to gunzip executable
GUNZIPCOMMAND:FILEPATH=GUNZIPCOMMAND-NOTFOUND

//The directory containing ITKConfig.cmake.  This is either the
// root of the build tree, or PREFIX/lib/InsightToolkit for an
// installation.
ITK_DIR:PATH=D:/OpenSourceLibrary/ITK240/build

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

//Command used to build entire project from the command line.
MAKECOMMAND:STRING='"C:/Program Files/Microsoft Visual Studio/Common/MSDev98/Bin/msdev.com" SOV.dsw /MAKE "ALL_BUILD - Release" '

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

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

//OpenGL library for win32
OPENGL_gl_LIBRARY:STRING=opengl32

//GLU library for win32
OPENGL_glu_LIBRARY:STRING=glu32

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

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

//Dependencies for the target
SOVCommon_LIB_DEPENDS:STATIC=ITKAlgorithms;ITKStatistics;ITKFEM;glu32;opengl32;glu32;opengl32;glu32;opengl32;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_gl.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_forms.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_images.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk.lib;wsock32;comctl32;glu32;opengl32;glu32;opengl32;

//Dependencies for the target
SOVOpenGLRenderMethod_LIB_DEPENDS:STATIC=ITKAlgorithms;ITKStatistics;ITKFEM;glu32;opengl32;glu32;opengl32;glu32;opengl32;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_gl.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_forms.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_images.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk.lib;wsock32;comctl32;glu32;opengl32;glu32;opengl32;SOVCommon;

//Dependencies for the target
SOVVTKRenderMethod_LIB_DEPENDS:STATIC=ITKAlgorithms;ITKStatistics;ITKFEM;glu32;opengl32;glu32;opengl32;glu32;opengl32;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_gl.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_forms.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_images.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk.lib;wsock32;comctl32;glu32;opengl32;glu32;opengl32;vtkRendering;vtkGraphics;vtkImaging;vtkIO;vtkCommon;vtkFiltering;vtkHybrid;SOVCommon;ITKSpatialObject;

//Value Computed by CMake
SOV_BINARY_DIR:STATIC=D:/OpenSourceLibrary/SOViewer/build

//Value Computed by CMake
SOV_SOURCE_DIR:STATIC=D:/OpenSourceLibrary/SOViewer

//Dependencies for the target
SOViewer_LIB_DEPENDS:STATIC=ITKAlgorithms;ITKStatistics;ITKFEM;glu32;opengl32;glu32;opengl32;glu32;opengl32;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_gl.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_forms.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_images.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk.lib;wsock32;comctl32;glu32;opengl32;glu32;opengl32;SOVCommon;SOVVTKRenderMethod;SOVOpenGLRenderMethod;FlTrackBall;SpatialObjectManager;

//Value Computed by CMake
SpatialObjectManager_BINARY_DIR:STATIC=D:/OpenSourceLibrary/SOViewer/build/Utilities/SpatialObjectManager

//Dependencies for the target
SpatialObjectManager_LIB_DEPENDS:STATIC=ITKAlgorithms;ITKStatistics;ITKFEM;glu32;opengl32;glu32;opengl32;glu32;opengl32;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_gl.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_forms.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_images.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk.lib;wsock32;comctl32;glu32;opengl32;glu32;opengl32;ITKAlgorithms;ITKStatistics;ITKFEM;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_gl.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_forms.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk_images.lib;D:/OpenSourceLibrary/fltk117/build/bin/Release/fltk.lib;wsock32;comctl32;

//Value Computed by CMake
SpatialObjectManager_SOURCE_DIR:STATIC=D:/OpenSourceLibrary/SOViewer/Utilities/SpatialObjectManager

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

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

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

//Use FLTK library
USE_FLTK:BOOL=ON

//Use SenSable Phantom
USE_PHANTOM:BOOL=OFF

//Use Qt library
USE_QT:BOOL=OFF

//Use VTK library
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=D:/OpenSourceLibrary/VTK442/build


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

//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~4/Common/MSDev98/Bin/msdev.com
//This is the directory where this CMakeCahe.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=d:/OpenSourceLibrary/SOViewer/build
//Major version of cmake used to create the current loaded cache
//
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
//Minor version of cmake used to create the current loaded cache
//
CMAKE_CACHE_MINOR_VERSION:INTERNAL=0
//Major version of cmake used to create the current loaded cache
//
CMAKE_CACHE_RELEASE_VERSION:INTERNAL=patch 6
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=C:/Program Files/CMake20/bin/cmake.exe
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files/CMake20/bin/ctest.exe
//Advanced flag for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
CMAKE_CXX_COMPILER_WORKS:INTERNAL=TRUE
//Advanced flag for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
CMAKE_C_COMPILER_WORKS:INTERNAL=TRUE
//Advanced flag for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=C:/Program Files/CMake20/bin/CMakeSetup.exe
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
//
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
//
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Visual Studio 6
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=D:/OpenSourceLibrary/SOViewer
//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:/Program Files/CMake20
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
//
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
//
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
//
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//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_USE_RELATIVE_PATHS
CMAKE_USE_RELATIVE_PATHS-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: COMPRESSIONCOMMAND
COMPRESSIONCOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: COVERAGE_COMMAND
COVERAGE_COMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: CVSCOMMAND
CVSCOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: CVS_UPDATE_OPTIONS
CVS_UPDATE_OPTIONS-ADVANCED:INTERNAL=1
//Advanced flag for variable: DART_BUILD_ERROR_REPORT_LIMIT
DART_BUILD_ERROR_REPORT_LIMIT-ADVANCED:INTERNAL=1
//Advanced flag for variable: DART_BUILD_WARNING_REPORT_LIMIT
DART_BUILD_WARNING_REPORT_LIMIT-ADVANCED:INTERNAL=1
//Advanced flag for variable: DART_ROOT
DART_ROOT-ADVANCED:INTERNAL=1
//Advanced flag for variable: DART_TESTING_TIMEOUT
DART_TESTING_TIMEOUT-ADVANCED:INTERNAL=1
//Advanced flag for variable: DART_VERBOSE_BUILD
DART_VERBOSE_BUILD-ADVANCED:INTERNAL=1
//Advanced flag for variable: DELIVER_CONTINUOUS_EMAIL
DELIVER_CONTINUOUS_EMAIL-ADVANCED:INTERNAL=1
//Advanced flag for variable: DISABLE_MSVC8_DEPRECATED_WARNINGS
//
DISABLE_MSVC8_DEPRECATED_WARNINGS-ADVANCED:INTERNAL=1
//Single output directory for building all executables.
EXECUTABLE_OUTPUT_PATH:INTERNAL=D:/OpenSourceLibrary/SOViewer/build/bin
//FLTK library, headers and Fluid are available
FLTK_FOUND:INTERNAL=1
//Advanced flag for variable: FLTK_VERSION_1.0.11
FLTK_VERSION_1.0.11-ADVANCED:INTERNAL=1
//Advanced flag for variable: FLTK_VERSION_1.1
FLTK_VERSION_1.1-ADVANCED:INTERNAL=1
//Do we have the fluid executable
FLTK_WRAP_UI:INTERNAL=1
//Path to a library
FlTrackBall_CMAKE_PATH:INTERNAL=D:/OpenSourceLibrary/SOViewer/build/Utilities/FlTrackBall
//Whether a library is static, shared or module.
FlTrackBall_LIBRARY_TYPE:INTERNAL=STATIC
//Path to an executable
FltkSOV3DTool_CMAKE_PATH:INTERNAL=D:/OpenSourceLibrary/SOViewer/build/Tools/FltkSOV3DTool
//Path to a library
FltkSOViewer2D_CMAKE_PATH:INTERNAL=D:/OpenSourceLibrary/SOViewer/build/Viewer/Fltk/2D
//Whether a library is static, shared or module.
FltkSOViewer2D_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
FltkSOViewer3D_CMAKE_PATH:INTERNAL=D:/OpenSourceLibrary/SOViewer/build/Viewer/Fltk/3D
//Whether a library is static, shared or module.
FltkSOViewer3D_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
FltkSOViewerSlicer_CMAKE_PATH:INTERNAL=D:/OpenSourceLibrary/SOViewer/build/Viewer/Fltk/Slicer
//Whether a library is static, shared or module.
FltkSOViewerSlicer_LIBRARY_TYPE:INTERNAL=STATIC
//Advanced flag for variable: GLUT_INCLUDE_DIR
GLUT_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Advanced flag for variable: GLUT_glut_LIBRARY
GLUT_glut_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: GUNZIPCOMMAND
GUNZIPCOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: JAVACOMMAND
JAVACOMMAND-ADVANCED:INTERNAL=1
//Single output directory for building all libraries.
LIBRARY_OUTPUT_PATH:INTERNAL=D:/OpenSourceLibrary/SOViewer/build/bin
//Advanced flag for variable: MAKECOMMAND
MAKECOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: MEMORYCHECK_COMMAND
MEMORYCHECK_COMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: MEMORYCHECK_SUPPRESSIONS_FILE
MEMORYCHECK_SUPPRESSIONS_FILE-ADVANCED:INTERNAL=1
//Advanced flag for variable: 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: SCPCOMMAND
SCPCOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: SITE
SITE-ADVANCED:INTERNAL=1
//Path to an executable
SOVCommonTests_CMAKE_PATH:INTERNAL=D:/OpenSourceLibrary/SOViewer/build/Testing/Common
//Path to a library
SOVCommon_CMAKE_PATH:INTERNAL=D:/OpenSourceLibrary/SOViewer/build/Common
//Whether a library is static, shared or module.
SOVCommon_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
SOVOpenGLRenderMethod_CMAKE_PATH:INTERNAL=D:/OpenSourceLibrary/SOViewer/build/RenderMethod/OpenGL
//Whether a library is static, shared or module.
SOVOpenGLRenderMethod_LIBRARY_TYPE:INTERNAL=STATIC
//Path to an executable
SOVSpatialObjectTests_CMAKE_PATH:INTERNAL=D:/OpenSourceLibrary/SOViewer/build/Testing/SpatialObject
//Path to a library
SOVVTKRenderMethod_CMAKE_PATH:INTERNAL=D:/OpenSourceLibrary/SOViewer/build/RenderMethod/VTK
//Whether a library is static, shared or module.
SOVVTKRenderMethod_LIBRARY_TYPE:INTERNAL=STATIC
//include paths for SOViewer
SOV_INCLUDE_PATH:INTERNAL=D:/OpenSourceLibrary/SOViewer;D:/OpenSourceLibrary/SOViewer/build
//libraries for SOViewer
SOV_LIBRARIES:INTERNAL=SOViewer
//Path to a library
SOViewer_CMAKE_PATH:INTERNAL=D:/OpenSourceLibrary/SOViewer/build
//Whether a library is static, shared or module.
SOViewer_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
SpatialObjectManager_CMAKE_PATH:INTERNAL=D:/OpenSourceLibrary/SOViewer/build/Utilities/SpatialObjectManager
//Whether a library is static, shared or module.
SpatialObjectManager_LIBRARY_TYPE:INTERNAL=STATIC
//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
sovFlGlRenderWindowTest_CMAKE_PATH:INTERNAL=D:/OpenSourceLibrary/SOViewer/build/Testing/Viewer
//Path to an executable
sovFlVTKRenderWindowTest_CMAKE_PATH:INTERNAL=D:/OpenSourceLibrary/SOViewer/build/Testing/Viewer



More information about the Insight-users mailing list