]> Creatis software - FrontAlgorithms.git/blob - cmake/KitwareTools.cmake
...
[FrontAlgorithms.git] / cmake / KitwareTools.cmake
1 # ========================
2 # == Find Kitware tools ==
3 # ========================
4
5 FIND_PACKAGE(ITK REQUIRED)
6 INCLUDE(${ITK_USE_FILE})
7
8 ## eof - $RCSfile$