Skip to content
  • Alexander Neundorf's avatar
    · a12a44b0
    Alexander Neundorf authored
    COMP: prepare VTK for crosscompiling
    -fix some problems if no development packages for tcl or tk are installed
    -prefer the own cmake modules over the ones provided by cmake
    -fix build of vtkSocket for systems which don't have SO_REUSEADDR (e.g. BlueGene)
    -add a RenderWindow which uses OSMesa only, i.e. no X at all
    -support build on platforms without shared libs
    -use ADD_SUBDIRECTORY() instead of SUBDIRS() in VTK/CMakeLists.txt,
    otherwise GET_TARGET_PROPERTY(LOCATION) doesn't work, since the targets
    haven't been created yet
    -add FindPythonLibs, FindTCL and FindPackageHandleStandardArgs from current
    cmake cvs
    
    tested with cmake cvs on Linux and BlueGene and cmake 2.4.6 on Linux
    
    Alex
    a12a44b0