# ====================== # == Find ITK and VTK == # ====================== FIND_PACKAGE(ITK REQUIRED) INCLUDE(${ITK_USE_FILE}) FIND_PACKAGE(VTK REQUIRED) INCLUDE(${VTK_USE_FILE}) # =================================================== # == Do not use itk-vtk glue --> problems ahead!!! == # =================================================== IF(ITKVtkGlue_LOADED) MESSAGE(FATAL_ERROR "ITKVtkGlue module is available. Please re-compile your ITK without it. It could lead to nasty compilation problems... Just waiting for Kitware to solve it.") ENDIF(ITKVtkGlue_LOADED) ## eof - $RCSfile$