X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=cmake%2FfpaConfig.cmake.in;h=f019632dcbd8844ddee0093c1d48dcb60f7684cf;hb=0f167b3c36824ce1cd126e287aeeade116f60ccb;hp=635eea3c9674db08994595c65d8db069c3d02de8;hpb=617f49bff4a6db5ed51b4f767c3634d1915fdced;p=FrontAlgorithms.git diff --git a/cmake/fpaConfig.cmake.in b/cmake/fpaConfig.cmake.in index 635eea3..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") +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$