Hi,

I am a new user of MITK and recently built it using the SUPERBUILD option.
MITK was built successfully in parallel but fails to start and aborts
giving the following message:

*$ ./MitkWorkbench*
*Aborted (core dumped)*

I am using Ubuntu 14.04, cmake version 3.2.2 and gcc version 4.8.4. I have
also attached CMakeCache.txt for reference.

-- 
Thanks,

Vijay
# This is the CMakeCache file.
# For build in directory: /home/vvedula/Software/Image/MITK/superbuild
# It was generated by CMake: /usr/bin/cmake
# 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 GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

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

//path to the bison executable
BISON_EXECUTABLE:FILEPATH=/usr/bin/bison

//Flags used by bison
BISON_FLAGS:STRING=

//Build MITK with shared libraries
BUILD_SHARED_LIBS:BOOL=ON

//Test the project
BUILD_TESTING:BOOL=ON

//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar

//Choose the type of build.
CMAKE_BUILD_TYPE:STRING=Release

//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON

//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++

//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=

//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release builds for minimum
// size.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during release builds with debug info.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//C compiler
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc

//Flags used by the compiler during all build types.
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 builds for minimum
// size.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during release builds with debug info.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

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

//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF

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

//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make

//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_NM:FILEPATH=/usr/bin/nm

//Path to a program.
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy

//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump

CMAKE_PREFIX_PATH:PATH=/home/vvedula/Software/Compilers/Qt/Qt-5.4.1/5.4/gcc_64

//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=MITK-superbuild

//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 installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=OFF

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

//Flags used by the linker during the creation of static libraries.
CMAKE_STATIC_LINKER_FLAGS:STRING=

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

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

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

//Flags used by the linker during Release with Debug Info builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip

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

//Pick a version of Qt to use: 4 or 5
DESIRED_QT_VERSION:STRING=5

//Path to ANN build directory
EXTERNAL_ANN_DIR:PATH=

//Path to Boost directory
EXTERNAL_BOOST_ROOT:PATH=

//Path to CTK build directory
EXTERNAL_CTK_DIR:PATH=

//Path to CppUnit build directory
EXTERNAL_CppUnit_DIR:PATH=

//Path to DCMTK build directory
EXTERNAL_DCMTK_DIR:PATH=

//Path to Eigen build directory
EXTERNAL_Eigen_DIR:PATH=

//Path to GDCM build directory
EXTERNAL_GDCM_DIR:PATH=

//Path to GLEW build directory
EXTERNAL_GLEW_DIR:PATH=

//Path to ITK build directory
EXTERNAL_ITK_DIR:PATH=

//Path to the MITK data directory
EXTERNAL_MITK_DATA_DIR:PATH=

//Path to Numpy build directory
EXTERNAL_Numpy_DIR:PATH=

//Path to PCRE build directory
EXTERNAL_PCRE_DIR:PATH=

//Path to Poco build directory
EXTERNAL_Poco_DIR:PATH=

//Path to Qwt build directory
EXTERNAL_Qwt_DIR:PATH=

//Path to SWIG build directory
EXTERNAL_SWIG_DIR:PATH=

//Path to SimpleITK build directory
EXTERNAL_SimpleITK_DIR:PATH=

//Path to VTK build directory
EXTERNAL_VTK_DIR:PATH=

//Path to ZLIB build directory
EXTERNAL_ZLIB_DIR:PATH=

//Path to tinyxml build directory
EXTERNAL_tinyxml_DIR:PATH=

//Test HAS_FLAG_-std=c11
HAS_FLAG_-std:UNINITIALIZED=c11:INTERNAL=1

//Value Computed by CMake
MITK-superbuild_BINARY_DIR:STATIC=/home/vvedula/Software/Image/MITK/superbuild

//Value Computed by CMake
MITK-superbuild_SOURCE_DIR:STATIC=/home/vvedula/Software/Image/MITK/source

//List of composite pixel types used in AccessByItk and 
InstantiateAccessFunction
// macros
MITK_ACCESSBYITK_COMPOSITE_PIXEL_TYPES:STRING=itk::RGBPixel<unsigned char>, 
itk::RGBAPixel<unsigned char>

//List of dimensions used in AccessByItk and InstantiateAccessFunction
// macros
MITK_ACCESSBYITK_DIMENSIONS:STRING=2,3

//List of floating pixel types used in AccessByItk and InstantiateAccessFunction
// macros
MITK_ACCESSBYITK_FLOATING_PIXEL_TYPES:STRING=double, float

//List of integral pixel types used in AccessByItk and InstantiateAccessFunction
// macros
MITK_ACCESSBYITK_INTEGRAL_PIXEL_TYPES:STRING=int, unsigned int, short, unsigned 
short, char, unsigned char

//List of vector pixel types used in AccessByItk and InstantiateAccessFunction
// macros for itk::VectorImage types
MITK_ACCESSBYITK_VECTOR_PIXEL_TYPES:STRING=itk::VariableLengthVector<int>,itk::VariableLengthVector<
 unsigned int>,itk::VariableLengthVector< short>,itk::VariableLengthVector< 
unsigned short>,itk::VariableLengthVector< char>,itk::VariableLengthVector< 
unsigned char>,itk::VariableLengthVector<double>,itk::VariableLengthVector< 
float>

//Additional CXX Flags for MITK
MITK_ADDITIONAL_CXX_FLAGS:STRING=

//Additional Debug CXX Flags for MITK
MITK_ADDITIONAL_CXX_FLAGS_DEBUG:STRING=

//Additional Release CXX Flags for MITK
MITK_ADDITIONAL_CXX_FLAGS_RELEASE:STRING=

//Additional C Flags for MITK
MITK_ADDITIONAL_C_FLAGS:STRING=

//Additional Debug C Flags for MITK
MITK_ADDITIONAL_C_FLAGS_DEBUG:STRING=

//Additional Release C Flags for MITK
MITK_ADDITIONAL_C_FLAGS_RELEASE:STRING=

//Additional exe linker flags for MITK
MITK_ADDITIONAL_EXE_LINKER_FLAGS:STRING=

//Additional module linker flags for MITK
MITK_ADDITIONAL_MODULE_LINKER_FLAGS:STRING=

//Additional shared linker flags for MITK
MITK_ADDITIONAL_SHARED_LINKER_FLAGS:STRING=

//Build all MITK applications
MITK_BUILD_ALL_APPS:BOOL=OFF

//Build all MITK plugins
MITK_BUILD_ALL_PLUGINS:BOOL=OFF

//Use pre-defined MITK configurations
MITK_BUILD_CONFIGURATION:STRING=Custom

//Build the MITK Examples
MITK_BUILD_EXAMPLES:BOOL=OFF

//Enable support for reading the DKFZ pic file format.
MITK_ENABLE_PIC_READER:BOOL=ON

//Use Approximated Centroidal Voronoi Diagrams
MITK_USE_ACVD:BOOL=OFF

//Use Approximate Nearest Neighbor Library
MITK_USE_ANN:BOOL=ON

//Build the BlueBerry platform
MITK_USE_BLUEBERRY:BOOL=ON

//A semi-colon separated list of required Boost libraries
MITK_USE_Boost_LIBRARIES:STRING=

//Use CTK in MITK
MITK_USE_CTK:BOOL=ON

//Use CppUnit for unit tests
MITK_USE_CppUnit:BOOL=ON

//EXPERIMENTAL, superbuild only: Use DCMTK in MITK
MITK_USE_DCMTK:BOOL=ON

//Use the Eigen library
MITK_USE_Eigen:BOOL=ON

//Use GDCM
MITK_USE_GDCM:BOOL=ON

//Use the GLEW library
MITK_USE_GLEW:BOOL=ON

//Use GLUT
MITK_USE_GLUT:BOOL=OFF

//Use HDF5
MITK_USE_HDF5:BOOL=OFF

//Use Numpy
MITK_USE_Numpy:BOOL=ON

//Use OpenCL GPU-Computing library
MITK_USE_OpenCL:BOOL=OFF

//Use OpenCV
MITK_USE_OpenCV:BOOL=OFF

//Use OpenIGTLink
MITK_USE_OpenIGTLink:BOOL=OFF

//Use PCRE
MITK_USE_PCRE:BOOL=ON

//Use Poco
MITK_USE_Poco:BOOL=ON

//Use Python wrapping in MITK
MITK_USE_Python:BOOL=ON

//Use the Qt Company's Qt library
MITK_USE_QT:BOOL=ON

//Use Qwt
MITK_USE_Qwt:BOOL=ON

//Use Raptor2
MITK_USE_Raptor2:BOOL=OFF

//Use Rasqal
MITK_USE_Rasqal:BOOL=OFF

//Use the Redland RDF library
MITK_USE_Redland:BOOL=OFF

//Use Simulation Open Framework Architecture
MITK_USE_SOFA:BOOL=OFF

//Build MITK and the projects it depends on via SuperBuild.cmake.
MITK_USE_SUPERBUILD:BOOL=ON

//Use SWIG
MITK_USE_SWIG:BOOL=ON

//Use the system Boost
MITK_USE_SYSTEM_Boost:BOOL=OFF

//Use the system python runtime
MITK_USE_SYSTEM_PYTHON:BOOL=OFF

//Use SimpleITK
MITK_USE_SimpleITK:BOOL=ON

//Use VMTK
MITK_USE_VMTK:BOOL=OFF

//Use Vigra
MITK_USE_Vigra:BOOL=OFF

//Use tinyxml
MITK_USE_tinyxml:BOOL=ON

//OFF
MITK_VTK_DEBUG_LEAKS:BOOL=OFF

MITK_WHITELIST:STRING=None

MITK_WHITELISTS_EXTERNAL_PATH:PATH=/home/vvedula/.mitk/Whitelists

MITK_WHITELISTS_INTERNAL_PATH:PATH=/home/vvedula/Software/Image/MITK/source/CMake/Whitelists

//Path to a program.
PATCH_COMMAND:FILEPATH=/usr/bin/patch

//The directory containing a CMake configuration file for Qt5Concurrent.
Qt5Concurrent_DIR:PATH=/home/vvedula/Software/Compilers/Qt/Qt-5.4.1/5.4/gcc_64/lib/cmake/Qt5Concurrent

//The directory containing a CMake configuration file for Qt5Core.
Qt5Core_DIR:PATH=/home/vvedula/Software/Compilers/Qt/Qt-5.4.1/5.4/gcc_64/lib/cmake/Qt5Core

//The directory containing a CMake configuration file for Qt5Gui.
Qt5Gui_DIR:PATH=/home/vvedula/Software/Compilers/Qt/Qt-5.4.1/5.4/gcc_64/lib/cmake/Qt5Gui

//The directory containing a CMake configuration file for Qt5Help.
Qt5Help_DIR:PATH=/home/vvedula/Software/Compilers/Qt/Qt-5.4.1/5.4/gcc_64/lib/cmake/Qt5Help

//The directory containing a CMake configuration file for Qt5Network.
Qt5Network_DIR:PATH=/home/vvedula/Software/Compilers/Qt/Qt-5.4.1/5.4/gcc_64/lib/cmake/Qt5Network

//The directory containing a CMake configuration file for Qt5OpenGL.
Qt5OpenGL_DIR:PATH=/home/vvedula/Software/Compilers/Qt/Qt-5.4.1/5.4/gcc_64/lib/cmake/Qt5OpenGL

//The directory containing a CMake configuration file for Qt5PrintSupport.
Qt5PrintSupport_DIR:PATH=/home/vvedula/Software/Compilers/Qt/Qt-5.4.1/5.4/gcc_64/lib/cmake/Qt5PrintSupport

//The directory containing a CMake configuration file for Qt5Script.
Qt5Script_DIR:PATH=/home/vvedula/Software/Compilers/Qt/Qt-5.4.1/5.4/gcc_64/lib/cmake/Qt5Script

//The directory containing a CMake configuration file for Qt5Sql.
Qt5Sql_DIR:PATH=/home/vvedula/Software/Compilers/Qt/Qt-5.4.1/5.4/gcc_64/lib/cmake/Qt5Sql

//The directory containing a CMake configuration file for Qt5Svg.
Qt5Svg_DIR:PATH=/home/vvedula/Software/Compilers/Qt/Qt-5.4.1/5.4/gcc_64/lib/cmake/Qt5Svg

//The directory containing a CMake configuration file for Qt5UiTools.
Qt5UiTools_DIR:PATH=/home/vvedula/Software/Compilers/Qt/Qt-5.4.1/5.4/gcc_64/lib/cmake/Qt5UiTools

//The directory containing a CMake configuration file for Qt5WebKitWidgets.
Qt5WebKitWidgets_DIR:PATH=/home/vvedula/Software/Compilers/Qt/Qt-5.4.1/5.4/gcc_64/lib/cmake/Qt5WebKitWidgets

//The directory containing a CMake configuration file for Qt5WebKit.
Qt5WebKit_DIR:PATH=/home/vvedula/Software/Compilers/Qt/Qt-5.4.1/5.4/gcc_64/lib/cmake/Qt5WebKit

//The directory containing a CMake configuration file for Qt5Widgets.
Qt5Widgets_DIR:PATH=/home/vvedula/Software/Compilers/Qt/Qt-5.4.1/5.4/gcc_64/lib/cmake/Qt5Widgets

//The directory containing a CMake configuration file for Qt5XmlPatterns.
Qt5XmlPatterns_DIR:PATH=/home/vvedula/Software/Compilers/Qt/Qt-5.4.1/5.4/gcc_64/lib/cmake/Qt5XmlPatterns

//The directory containing a CMake configuration file for Qt5Xml.
Qt5Xml_DIR:PATH=/home/vvedula/Software/Compilers/Qt/Qt-5.4.1/5.4/gcc_64/lib/cmake/Qt5Xml

//The directory containing a CMake configuration file for Qt5.
Qt5_DIR:PATH=/home/vvedula/Software/Compilers/Qt/Qt-5.4.1/5.4/gcc_64/lib/cmake/Qt5

//Path to a file.
StringDefs.h_FILE:FILEPATH=/usr/include/X11/StringDefs.h

//ON
VTK_USE_SYSTEM_FREETYPE:BOOL=OFF

//Enable/Disable coverage
WITH_COVERAGE:BOOL=OFF

//Path to a library.
ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
ZLIB_LIBRARY_RELEASE:FILEPATH=ZLIB_LIBRARY_RELEASE-NOTFOUND

//Path to a file.
tcpd.h_FILE:FILEPATH=/usr/include/tcpd.h

//Path to a file.
tiff.h_FILE:FILEPATH=/usr/include/x86_64-linux-gnu/tiff.h


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

//ADVANCED property for variable: BISON_EXECUTABLE
BISON_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BISON_FLAGS
BISON_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//STRINGS property for variable: CMAKE_BUILD_TYPE
CMAKE_BUILD_TYPE-STRINGS:INTERNAL=Debug;Release;MinSizeRel;RelWithDebInfo
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/home/vvedula/Software/Image/MITK/superbuild
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=2
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/cmake-gui
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/home/vvedula/Software/Image/MITK/source
//Install .so files without execute permission.
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.2
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//Suppress Warnings that are meant for the author of the CMakeLists.txt
// files.
CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=FALSE
//uname command
CMAKE_UNAME:INTERNAL=/bin/uname
//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXTERNAL_ANN_DIR
EXTERNAL_ANN_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXTERNAL_BOOST_ROOT
EXTERNAL_BOOST_ROOT-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXTERNAL_CTK_DIR
EXTERNAL_CTK_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXTERNAL_CppUnit_DIR
EXTERNAL_CppUnit_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXTERNAL_DCMTK_DIR
EXTERNAL_DCMTK_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXTERNAL_Eigen_DIR
EXTERNAL_Eigen_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXTERNAL_GDCM_DIR
EXTERNAL_GDCM_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXTERNAL_GLEW_DIR
EXTERNAL_GLEW_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXTERNAL_ITK_DIR
EXTERNAL_ITK_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXTERNAL_MITK_DATA_DIR
EXTERNAL_MITK_DATA_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXTERNAL_Numpy_DIR
EXTERNAL_Numpy_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXTERNAL_PCRE_DIR
EXTERNAL_PCRE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXTERNAL_Poco_DIR
EXTERNAL_Poco_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXTERNAL_Qwt_DIR
EXTERNAL_Qwt_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXTERNAL_SWIG_DIR
EXTERNAL_SWIG_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXTERNAL_SimpleITK_DIR
EXTERNAL_SimpleITK_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXTERNAL_VTK_DIR
EXTERNAL_VTK_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXTERNAL_ZLIB_DIR
EXTERNAL_ZLIB_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXTERNAL_tinyxml_DIR
EXTERNAL_tinyxml_DIR-ADVANCED:INTERNAL=1
//Details about finding BISON
FIND_PACKAGE_MESSAGE_DETAILS_BISON:INTERNAL=[/usr/bin/bison][v3.0.2()]
//Test HAS_FLAG_-Wl-rpath
HAS_FLAG_-Wl-rpath:INTERNAL=
//Test HAS_FLAG_-std=c11
HAS_FLAG_-std=c11:INTERNAL=1
//ADVANCED property for variable: MITK_ACCESSBYITK_COMPOSITE_PIXEL_TYPES
MITK_ACCESSBYITK_COMPOSITE_PIXEL_TYPES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_ACCESSBYITK_DIMENSIONS
MITK_ACCESSBYITK_DIMENSIONS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_ACCESSBYITK_FLOATING_PIXEL_TYPES
MITK_ACCESSBYITK_FLOATING_PIXEL_TYPES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_ACCESSBYITK_INTEGRAL_PIXEL_TYPES
MITK_ACCESSBYITK_INTEGRAL_PIXEL_TYPES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_ADDITIONAL_CXX_FLAGS
MITK_ADDITIONAL_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_ADDITIONAL_CXX_FLAGS_DEBUG
MITK_ADDITIONAL_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_ADDITIONAL_CXX_FLAGS_RELEASE
MITK_ADDITIONAL_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_ADDITIONAL_C_FLAGS
MITK_ADDITIONAL_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_ADDITIONAL_C_FLAGS_DEBUG
MITK_ADDITIONAL_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_ADDITIONAL_C_FLAGS_RELEASE
MITK_ADDITIONAL_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_ADDITIONAL_EXE_LINKER_FLAGS
MITK_ADDITIONAL_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_ADDITIONAL_MODULE_LINKER_FLAGS
MITK_ADDITIONAL_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_ADDITIONAL_SHARED_LINKER_FLAGS
MITK_ADDITIONAL_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_BUILD_ALL_APPS
MITK_BUILD_ALL_APPS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_BUILD_ALL_PLUGINS
MITK_BUILD_ALL_PLUGINS-ADVANCED:INTERNAL=1
//STRINGS property for variable: MITK_BUILD_CONFIGURATION
MITK_BUILD_CONFIGURATION-STRINGS:INTERNAL=Custom;Default;WorkbenchRelease;mitkNavigationModules;All;mitkDiffusion
//ADVANCED property for variable: MITK_ENABLE_PIC_READER
MITK_ENABLE_PIC_READER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_USE_ANN
MITK_USE_ANN-ADVANCED:INTERNAL=1
//Use Boost
MITK_USE_Boost:INTERNAL=TRUE
//ADVANCED property for variable: MITK_USE_CppUnit
MITK_USE_CppUnit-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_USE_Eigen
MITK_USE_Eigen-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_USE_GDCM
MITK_USE_GDCM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_USE_GLEW
MITK_USE_GLEW-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_USE_GLUT
MITK_USE_GLUT-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_USE_HDF5
MITK_USE_HDF5-ADVANCED:INTERNAL=1
//Use ITK
MITK_USE_ITK:INTERNAL=TRUE
//ADVANCED property for variable: MITK_USE_Numpy
MITK_USE_Numpy-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_USE_PCRE
MITK_USE_PCRE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_USE_Qwt
MITK_USE_Qwt-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_USE_Raptor2
MITK_USE_Raptor2-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_USE_Rasqal
MITK_USE_Rasqal-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_USE_SWIG
MITK_USE_SWIG-ADVANCED:INTERNAL=1
//Use VTK
MITK_USE_VTK:INTERNAL=TRUE
//Use ZLIB
MITK_USE_ZLIB:INTERNAL=FALSE
//ADVANCED property for variable: MITK_USE_tinyxml
MITK_USE_tinyxml-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_VTK_DEBUG_LEAKS
MITK_VTK_DEBUG_LEAKS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_WHITELIST
MITK_WHITELIST-ADVANCED:INTERNAL=1
//STRINGS property for variable: MITK_WHITELIST
MITK_WHITELIST-STRINGS:INTERNAL=None;Minimal
//ADVANCED property for variable: MITK_WHITELISTS_EXTERNAL_PATH
MITK_WHITELISTS_EXTERNAL_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MITK_WHITELISTS_INTERNAL_PATH
MITK_WHITELISTS_INTERNAL_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: StringDefs.h_FILE
StringDefs.h_FILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: tcpd.h_FILE
tcpd.h_FILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: tiff.h_FILE
tiff.h_FILE-ADVANCED:INTERNAL=1

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to