X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=5ebed30acb3de3b8d136cd6a2dc216d3b57e46e5;hb=f298b8329ac9357d1aed3ebfd5a79eae67315eb9;hp=c81b8a93bf4d590b7d7057c5c77da5f0e98514bb;hpb=3707df370a2c5b61006233977fb91c5652e0ffea;p=creaRigidRegistration.git diff --git a/CMakeLists.txt b/CMakeLists.txt index c81b8a9..5ebed30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,22 +2,29 @@ # # Unless you are an experimented cmake user, # have a look at : -# http://www.creatis.insa-lyon.fr/creatools/GettingStarted_creaTools +# http://www.creatis.insa-lyon.fr/site/fr/CreatoosGettingStarted-v2.0.X # before starting. # # --------------------------------- CMAKE_MINIMUM_REQUIRED(VERSION 2.6) +# for CMake 2.6 corrected behaviour (see "cmake --help-policy CMP0003") +IF(COMMAND cmake_policy AND ${CMAKE_MAJOR_VERSION} EQUAL 2 AND ${CMAKE_MINOR_VERSION} GREATER 4) + CMAKE_POLICY(SET CMP0003 NEW) + CMAKE_POLICY(SET CMP0005 NEW) + CMAKE_POLICY(SET CMP0011 NEW) +ENDIF(COMMAND cmake_policy AND ${CMAKE_MAJOR_VERSION} EQUAL 2 AND ${CMAKE_MINOR_VERSION} GREATER 4) + ################################### -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) #================================== #==================================