X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=ae96003a855bb841d0b6faa2a7ffcc366dcb02e4;hb=e4ca20a12ebecb12fe0f5c0d76d658b01ddab087;hp=8623c5cb54405aeac04090aa70ba7852260ae99e;hpb=caf70b171caba0cb8c1e4c00688b27844f93e31b;p=creaRigidRegistration.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 8623c5c..ae96003 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,14 +10,14 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) ################################### -PROJECT(CreaRecalage) +PROJECT(creaRigidRegistration) ################################### #================================== # The project version SET(PROJECT_MAJOR_VERSION 1) SET(PROJECT_MINOR_VERSION 0) -SET(PROJECT_BUILD_VERSION 0) +SET(PROJECT_BUILD_VERSION 1) #================================== #================================== @@ -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()