X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;h=6b901619399fb0c04f1897c013eb86dbc928b610;hb=4fbe6f0c127ceafc78b91fd8ff6182acbc44f1ae;hp=b6d574601d652a2b5658f095c1caabe7e682a63b;hpb=3c373599c41bc839df65f1246e884093520fb82f;p=creaRigidRegistration.git diff --git a/CMakeLists.txt b/CMakeLists.txt index b6d5746..6b90161 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,14 +39,6 @@ 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() @@ -83,6 +75,20 @@ SET(USE_TTH OFF) CREA_FIND_AND_USE_LIBRARIES() #================================== + + +#================================== +# Find creaMaracasVisu (to use the lib) +#FIND_PACKAGE(creaMaracasVisu REQUIRED) +#IF (creaMaracasVisu_FOUND) + #INCLUDE(${creaMaracasVisu_USE_FILE}) +#ENDIF(creaMaracasVisu_FOUND) +#================================== + + + + + #================================== # Where to put executables and libs SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR})