]> Creatis software - FrontAlgorithms.git/blob - cmake/fpaConfig.cmake.in
...
[FrontAlgorithms.git] / cmake / fpaConfig.cmake.in
1 @PACKAGE_INIT@
2
3 include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
4 check_required_components("@PROJECT_NAME@")
5
6 ## ===========================================
7 ## == Find needed packages and dependencies ==
8 ## ===========================================
9
10 set(ITK_DIR @ITK_DIR@)
11
12 find_package(ITK CONFIG REQUIRED)
13 include(${ITK_USE_FILE})
14
15 ## eof - $RCSfile$