view itk-module.cmake @ 2679:c0a572a11ab9 default tip develop

Silence some warnings
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 14 May 2012 17:37:56 -0400 (2012-05-14)
parents aed206ef4c5e
children
line wrap: on
line source
set(DOCUMENTATION "This module Implements minc IO file format ...")
 
itk_module(
    ITKIOMINC
  DEPENDS
    ITKHDF5
    ITKZLIB
    ITKCommon
    ITKIOImageBase
  TEST_DEPENDS
    ITKTestKernel
  DESCRIPTION
    "${DOCUMENTATION}"
)
 
#