]> Creatis software - crea.git/commitdiff
Try to fix troubles with boost 1.46
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 23 Feb 2011 13:40:30 +0000 (13:40 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 23 Feb 2011 13:40:30 +0000 (13:40 +0000)
CMakeLists.txt
src/creaSystem.h

index 1ec2323179ff19fa4918f1bb027c090cc0a4b092..653ba844626279901dfeba6ae951d7d5e4c2acc2 100644 (file)
@@ -48,6 +48,9 @@ MARK_AS_ADVANCED(
   EXECUTABLE_OUTPUT_PATH 
   LIBRARY_OUTPUT_PATH
   )
+  
+SET (BOOST_FILESYSTEM_VERSION 2)
+
 #-----------------------------------------------------------------------------
 # messages compilation options 
 
index a9c33da046d553d10bcbc0a01778a93678fae494..b2aa81ca3c697d8d42ab17c6b759dbe3a54bf229 100644 (file)
@@ -3,8 +3,8 @@
   Program:   crea
   Module:    $RCSfile: creaSystem.h,v $
   Language:  C++
-  Date:      $Date: 2011/02/22 11:12:40 $
-  Version:   $Revision: 1.13 $
+  Date:      $Date: 2011/02/23 13:40:31 $
+  Version:   $Revision: 1.14 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -25,8 +25,6 @@
 
 #include "creaConfigure.h"
 
-#define BOOST_FILESYSTEM_VERSION 2
-
 // We try for Visual 6..????
 //#pragma warning( disable : 4786)