# This is the CMakeCache file. # For build in directory: z:/gdcm.bin.dll.debug # 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 GDCM examples. BUILD_EXAMPLES:BOOL=OFF //Build testing. 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 //Choose the type of build, options are: Debug Release RelWithDebInfo // MinSizeRel. CMAKE_BUILD_TYPE:STRING=Debug //C++ compiler CMAKE_CXX_COMPILER:STRING=bcc32 //Flags used by the compiler during all build types. CMAKE_CXX_FLAGS:STRING= -w- -whid -waus -wpar -tWM //Flags used by the compiler during debug builds. CMAKE_CXX_FLAGS_DEBUG:STRING=-Od -v //Flags used by the compiler during release minsize builds. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-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=-O2 //Flags used by the compiler during Release with Debug Info builds. // CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-Od //C compiler CMAKE_C_COMPILER:STRING=bcc32 //Flags for C compiler. CMAKE_C_FLAGS:STRING= -w- -whid -waus -tWM //Flags used by the compiler during debug builds. CMAKE_C_FLAGS_DEBUG:STRING=-Od -v //Flags used by the compiler during release minsize builds. CMAKE_C_FLAGS_MINSIZEREL:STRING=-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=-O2 //Flags used by the compiler during Release with Debug Info builds. // CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-Od //Flags used by the linker. CMAKE_EXE_LINKER_FLAGS:STRING='-tWM -lS:10000000 -lSc:10000000 ' //Flags used by the linker during debug builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=-v //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=-v //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/usr/local //Program used to build from makefiles. CMAKE_MAKE_PROGRAM:STRING=make //Flags used by the linker during the creation of modules. CMAKE_MODULE_LINKER_FLAGS:STRING='-tWM -lS:10000000 -lSc:10000000 ' //Flags used by the linker during debug builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=-v //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=-v //Flags used by the linker during the creation of dll's. CMAKE_SHARED_LINKER_FLAGS:STRING='-tWM -lS:10000000 -lSc:10000000 ' //Flags used by the linker during debug builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=-v //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=-v //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=import32.lib //If true, cmake will use relative paths in makefiles and projects. // CMAKE_USE_RELATIVE_PATHS: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. 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=COMPRESSIONCOMMAND-NOTFOUND //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=C:/Program Files/cvsnt/cvs.exe //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 //Path to a program. DCIODVFY_EXECUTABLE:FILEPATH=DCIODVFY_EXECUTABLE-NOTFOUND //Should Dart server send email when build errors are found in // Continuous builds? DELIVER_CONTINUOUS_EMAIL:BOOL=OFF //Single output directory for building all executables. EXECUTABLE_OUTPUT_PATH:PATH=Z:/gdcm.bin.dll.debug/bin //Value Computed by CMake GDCMJASPER_BINARY_DIR:STATIC=Z:/gdcm.bin.dll.debug/src/gdcmjasper //Value Computed by CMake GDCMJASPER_SOURCE_DIR:STATIC=Z:/gdcm/src/gdcmjasper //Value Computed by CMake GDCMJPEGLS_BINARY_DIR:STATIC=Z:/gdcm.bin.dll.debug/src/gdcmjpegls //Value Computed by CMake GDCMJPEGLS_SOURCE_DIR:STATIC=Z:/gdcm/src/gdcmjpegls //Value Computed by CMake GDCMJPEG_BINARY_DIR:STATIC=Z:/gdcm.bin.dll.debug/src/gdcmjpeg //Value Computed by CMake GDCMJPEG_SOURCE_DIR:STATIC=Z:/gdcm/src/gdcmjpeg //Value Computed by CMake GDCM_BINARY_DIR:STATIC=Z:/gdcm.bin.dll.debug //Build GDCM with shared libraries. GDCM_BUILD_SHARED_LIBS:BOOL=ON //What is the path where the file gdcm-ACR-LibIDO.acr can be found // GDCM_DATA_ROOT:PATH=Z:/gdcmData //Turn verbosity of some statement ON. GDCM_DEBUG:BOOL=OFF //Build source documentation using doxygen. GDCM_DOCUMENTATION:BOOL=OFF //Force Big Endian Emulation. Do use if you don't know what you // are doing. GDCM_FORCE_BIGENDIAN_EMULATION:BOOL=OFF //Build the install setup using InnoSetup. GDCM_INSTALLER:BOOL=OFF //What is the path where the file dicomV3.dic can be found GDCM_PUB_DICT_PATH:PATH=Z:/gdcm/Dicts //Value Computed by CMake GDCM_SOURCE_DIR:STATIC=Z:/gdcm //Build VTK-GDCM Lib. GDCM_VTK:BOOL=ON //Wrap GDCM classes into the Python language. GDCM_WRAP_PYTHON:BOOL=OFF //Path to gunzip executable GUNZIPCOMMAND:FILEPATH=GUNZIPCOMMAND-NOTFOUND //Do you have ijg HAVE_LIBJPEG:BOOL=ON //Path to java command, used by the Dart server to create html. // JAVACOMMAND:FILEPATH=C:/WINXP/system32/java.exe //Single output directory for building all libraries. LIBRARY_OUTPUT_PATH:PATH=Z:/gdcm.bin.dll.debug/bin //Command used to build entire project from the command line. MAKECOMMAND:STRING=make -i //Path to Rational purify command, used for memory error detection. // MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND //File that contains suppressions for the memmory checker MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH= //Path to scp command, used by some Dart clients for submitting // results to a Dart server (when not using ftp for submissions) // SCPCOMMAND:FILEPATH=C:/Program Files/OpenSSH/bin/scp.exe //Name of the computer/site where compile is being run SITE:STRING=LUCASOFT //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=C:/PROGRA~1/Tcl/bin/tclsh83.exe //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= //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=Z:/vtk442s.bin.dll.debug //Dependencies for the target gdcm_LIB_DEPENDS:STATIC=gdcmjpeg8;gdcmjpeg12;gdcmjpeg16;gdcmjasper; //Dependencies for the target gdcmjasper_LIB_DEPENDS:STATIC=gdcmjpeg8; //Dependencies for target gdcmjpeg12_LIB_DEPENDS:STATIC= //Dependencies for target gdcmjpeg16_LIB_DEPENDS:STATIC= //Dependencies for target gdcmjpeg8_LIB_DEPENDS:STATIC= //Dependencies for target gdcmjpegls_LIB_DEPENDS:STATIC= //Dependencies for the target vtkgdcm_LIB_DEPENDS:STATIC=gdcm;vtkCommon;vtkIO;vtkFiltering; ######################## # INTERNAL cache entries ######################## //Path to an executable AnonymizeDicomDir_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Path to an executable AnonymizeNoLoad_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Path to an executable Anonymize_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Result of TRY_COMPILE CMAKE_ANSI_FOR_SCOPE:INTERNAL=TRUE //Have include iostream CMAKE_ANSI_STREAM_HEADERS:INTERNAL=1 //Advanced flag for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //What is the target build tool cmake is generating for. CMAKE_BUILD_TOOL:INTERNAL=make //This is the directory where this CMakeCahe.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=z:/gdcm.bin.dll.debug //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=Borland Makefiles //Have include sstream CMAKE_HAS_ANSI_STRING_STREAM:INTERNAL=1 //Have include stdint.h CMAKE_HAVE_STDINT_H:INTERNAL=1 //Have include CMAKE_HAVE_STDLIB_H CMAKE_HAVE_STDLIB_H:INTERNAL=1 //Have includes CMAKE_HAVE_UNISTD_H CMAKE_HAVE_UNISTD_H:INTERNAL= //Start directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=Z:/gdcm //Advanced flag for variable: CMAKE_INSTALL_PREFIX CMAKE_INSTALL_PREFIX-ADVANCED:INTERNAL=1 //Advanced flag for variable: CMAKE_MAKE_PROGRAM CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 //Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL // CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE // CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO // CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Does the compiler support ansi for scope. CMAKE_NO_ANSI_FOR_SCOPE:INTERNAL=0 //Does the compiler support headers like iostream. CMAKE_NO_ANSI_STREAM_HEADERS:INTERNAL=0 //Does the compiler support std::. CMAKE_NO_STD_NAMESPACE:INTERNAL=0 //noop for ranlib CMAKE_RANLIB:INTERNAL=: //Path to CMake installation. CMAKE_ROOT:INTERNAL=C:/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 //Advanced flag for variable: CMAKE_SKIP_RPATH CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //Advanced flag for variable: CMAKE_STANDARD_LIBRARIES CMAKE_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE CMAKE_STD_NAMESPACE:INTERNAL=TRUE //Advanced flag for variable: CMAKE_USE_RELATIVE_PATHS CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1 //Advanced flag for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE COMPILE_NULL_ON_MALLOC_0:INTERNAL=TRUE //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: DCIODVFY_EXECUTABLE DCIODVFY_EXECUTABLE-ADVANCED:INTERNAL=1 //Advanced flag for variable: DELIVER_CONTINUOUS_EMAIL DELIVER_CONTINUOUS_EMAIL-ADVANCED:INTERNAL=1 //Advanced flag for variable: EXECUTABLE_OUTPUT_PATH EXECUTABLE_OUTPUT_PATH-ADVANCED:INTERNAL=1 //Path to an executable FindTags_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Path to an executable FlatHashTablePrint_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Support for extension C __FUNCTION__ GDCM_COMPILER_HAS_FUNCTION:INTERNAL=1 //Install location for data (relative to prefix). GDCM_DATA_DIR:INTERNAL=/share/gdcm/ //Advanced flag for variable: GDCM_DEBUG GDCM_DEBUG-ADVANCED:INTERNAL=1 //Result of TRY_RUN GDCM_SIZEOF_CHAR:INTERNAL=1 //Result of TRY_RUN GDCM_SIZEOF_DOUBLE:INTERNAL=8 //Result of TRY_RUN GDCM_SIZEOF_FLOAT:INTERNAL=4 //Result of TRY_RUN GDCM_SIZEOF_INT:INTERNAL=4 //Result of TRY_RUN GDCM_SIZEOF_LONG:INTERNAL=4 //Result of TRY_RUN GDCM_SIZEOF_LONG_LONG:INTERNAL=8 //Result of TRY_RUN GDCM_SIZEOF_SHORT:INTERNAL=2 //Result of TRY_RUN GDCM_SIZEOF___INT64:INTERNAL=8 //Whether unsigned __int64 can convert to double GDCM_TYPE_CONVERT_UI64_TO_DOUBLE:INTERNAL=1 //Whether long and __int64 are the same type GDCM_TYPE_SAME_LONG_AND___INT64:INTERNAL=0 //Whether long long and __int64 are the same type GDCM_TYPE_SAME_LONG_LONG_AND___INT64:INTERNAL=0 //Result of TRY_RUN GDCM_WORDS_BIGENDIAN:INTERNAL=0 //Advanced flag for variable: GUNZIPCOMMAND GUNZIPCOMMAND-ADVANCED:INTERNAL=1 //Support if C compiler has inline keyword HAVE_C_INLINE:INTERNAL=0 //Have include dlfcn.h HAVE_DLFCN_H:INTERNAL= //Have include fcntl.h HAVE_FCNTL_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_GDCM_SIZEOF_CHAR:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_GDCM_SIZEOF_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_GDCM_SIZEOF_FLOAT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_GDCM_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_GDCM_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_GDCM_SIZEOF_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_GDCM_SIZEOF_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_GDCM_SIZEOF_UINT:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_GDCM_SIZEOF_ULONG:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_GDCM_SIZEOF_USHORT:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_GDCM_SIZEOF___INT64:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_GDCM_WORDS_BIGENDIAN:INTERNAL=TRUE //Have include inttypes.h HAVE_INTTYPES_H:INTERNAL= //Have include io.h HAVE_IO_H:INTERNAL=1 //Advanced flag for variable: HAVE_LIBJPEG HAVE_LIBJPEG-ADVANCED:INTERNAL=1 //Have include limits.h HAVE_LIMITS_H:INTERNAL=1 //Have include memory.h HAVE_MEMORY_H:INTERNAL=1 //Have include stdbool.h HAVE_STDBOOL_H:INTERNAL= //Have include stddef.h HAVE_STDDEF_H:INTERNAL=1 //Have include stdint.h HAVE_STDINT_H:INTERNAL=1 //Have include stdlib.h HAVE_STDLIB_H:INTERNAL=1 //Have include strings.h HAVE_STRINGS_H:INTERNAL= //Have include string.h HAVE_STRING_H:INTERNAL=1 //Have include sys/stat.h HAVE_SYS_STAT_H:INTERNAL=1 //Have include sys/types.h HAVE_SYS_TYPES_H:INTERNAL=1 //Have include unistd.h HAVE_UNISTD_H:INTERNAL= //Have include windows.h HAVE_WINDOWS_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_WORDS_BIGENDIAN:INTERNAL=TRUE //Advanced flag for variable: JAVACOMMAND JAVACOMMAND-ADVANCED:INTERNAL=1 //Advanced flag for variable: LIBRARY_OUTPUT_PATH LIBRARY_OUTPUT_PATH-ADVANCED:INTERNAL=1 //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 //Path to an executable MakeDicomDir_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Check if compiler returns NULL on malloc(0) NULL_ON_MALLOC_0:INTERNAL=1 //Path to an executable PrintDicomDir_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Path to an executable PrintDocument_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Path to an executable PrintFile_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Result of TRY_RUN RESULT_NULL_ON_MALLOC_0:INTERNAL=0 //Path to an executable ReWrite_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Advanced flag for variable: SCPCOMMAND SCPCOMMAND-ADVANCED:INTERNAL=1 //Advanced flag for variable: SITE SITE-ADVANCED:INTERNAL=1 //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 TestChangeHeader_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Path to an executable TestCopyDicom_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Path to an executable TestFromScratch_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Path to an executable TestWriteSimple_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Path to an executable TestWrite_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Path to an executable Volume2Dicom_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Result of TRY_RUN WORDS_BIGENDIAN:INTERNAL=0 //Path to an executable WriteDicomSimple_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Path to an executable WriteRead_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Path to an executable exAnonymizeNoLoad_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Path to an executable exAnonymize_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Path to an executable exBuildUpDicomDir_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Path to an executable exColorToRGB_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Path to an executable exGC_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Path to an executable exGrey2RGB_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Path to an executable exImageLighten_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Path to an executable exOverlaysACR_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Path to an executable exReadPapyrus_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Path to an executable exReadWriteFile_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Example //Path to an executable gdcmTests_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/Testing //Path to a library gdcm_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/src //Whether a library is static, shared or module. gdcm_LIBRARY_TYPE:INTERNAL=SHARED //Path to a library gdcmjasper_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/src/gdcmjasper/src/libjasper //Whether a library is static, shared or module. gdcmjasper_LIBRARY_TYPE:INTERNAL=SHARED //Path to a library gdcmjpeg12_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/src/gdcmjpeg/12 //Whether a library is static, shared or module. gdcmjpeg12_LIBRARY_TYPE:INTERNAL=SHARED //Path to a library gdcmjpeg16_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/src/gdcmjpeg/16 //Whether a library is static, shared or module. gdcmjpeg16_LIBRARY_TYPE:INTERNAL=SHARED //Path to a library gdcmjpeg8_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/src/gdcmjpeg/8 //Whether a library is static, shared or module. gdcmjpeg8_LIBRARY_TYPE:INTERNAL=SHARED //Path to a library gdcmjpegls_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/src/gdcmjpegls/Decoder //Whether a library is static, shared or module. gdcmjpegls_LIBRARY_TYPE:INTERNAL=SHARED //Path to an executable vtkWriteDicom_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/vtk //Path to an executable vtkgdcmViewer2_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/vtk //Path to an executable vtkgdcmViewer_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/vtk //Path to a library vtkgdcm_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/vtk //Whether a library is static, shared or module. vtkgdcm_LIBRARY_TYPE:INTERNAL=SHARED //Path to an executable vtkgdcmdemo_CMAKE_PATH:INTERNAL=Z:/gdcm.bin.dll.debug/vtk