X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=cmake%2FfpaConfig.cmake.in;h=f019632dcbd8844ddee0093c1d48dcb60f7684cf;hb=0f167b3c36824ce1cd126e287aeeade116f60ccb;hp=26692f3cd9539d3f74b93fe7fc675e96be8e4893;hpb=c20c6faa2cc7d478c62e976d2e6e71a4371122f6;p=FrontAlgorithms.git diff --git a/cmake/fpaConfig.cmake.in b/cmake/fpaConfig.cmake.in index 26692f3..f019632 100644 --- a/cmake/fpaConfig.cmake.in +++ b/cmake/fpaConfig.cmake.in @@ -1,16 +1,12 @@ @PACKAGE_INIT@ -include("${CMAKE_CURRENT_LIST_DIR}/fpaBaseConfig.cmake") include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake") check_required_components("@PROJECT_NAME@") -## ============== -## == Find ITK == -## ============== +## =========================================== +## == Find needed packages and dependencies == +## =========================================== -set(ITK_DIR @ITK_DIR@) - -find_package(ITK CONFIG REQUIRED) -include(${ITK_USE_FILE}) +find_package(ivq CONFIG REQUIRED) ## eof - $RCSfile$