]> Creatis software - creaImageIO.git/blobdiff - CMakeLists.txt
Bug 1805:
[creaImageIO.git] / CMakeLists.txt
index ee5339e7a7c56ceeed7623aff0becb008e93b859..4b46d8dd455b329e2fbad820186f97403863c997 100644 (file)
@@ -41,9 +41,9 @@ PROJECT(creaImageIO)
 
 #==================================
 # The project version
-SET(PROJECT_MAJOR_VERSION 0)
-SET(PROJECT_MINOR_VERSION 2)
-SET(PROJECT_BUILD_VERSION 6)
+SET(PROJECT_MAJOR_VERSION 1)
+SET(PROJECT_MINOR_VERSION 0)
+SET(PROJECT_BUILD_VERSION 0)
 SET(CREA_VERBOSE_CMAKE TRUE)
 
 # JPR 4 mars 2011
@@ -64,7 +64,7 @@ CREA_PREVENT_IN_SOURCE_BUILD()
 
 
 # For boost 1.46 troubles...  // JPR.
-add_definitions(-DBOOST_FILESYSTEM_VERSION=2)
+add_definitions(-DBOOST_FILESYSTEM_VERSION=3)
 
 SET(USE_GDCM_VTK ON)