X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=c81b8a93bf4d590b7d7057c5c77da5f0e98514bb;hb=3707df370a2c5b61006233977fb91c5652e0ffea;hp=8623c5cb54405aeac04090aa70ba7852260ae99e;hpb=ef1b2d78a9c08ea55e470608a6a8fe0fa1ad6099;p=creaRigidRegistration.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 8623c5c..c81b8a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,14 @@ IF (crea_FOUND) ENDIF(crea_FOUND) #================================== +#================================== +# Find creaMaracasVisu (to use the lib) +#FIND_PACKAGE(creaMaracasVisu REQUIRED) +#IF (creaMaracasVisu_FOUND) + #INCLUDE(${creaMaracasVisu_USE_FILE}) +#ENDIF(creaMaracasVisu_FOUND) +#================================== + #================================== # Do not allow to build inside the source tree CREA_PREVENT_IN_SOURCE_BUILD()