From: jean-pierre roux Date: Wed, 23 Feb 2011 13:40:30 +0000 (+0000) Subject: Try to fix troubles with boost 1.46 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=983142b7ed7800d7c71935bd2d9a5013a4b5ec72;p=crea.git Try to fix troubles with boost 1.46 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ec2323..653ba84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,6 +48,9 @@ MARK_AS_ADVANCED( EXECUTABLE_OUTPUT_PATH LIBRARY_OUTPUT_PATH ) + +SET (BOOST_FILESYSTEM_VERSION 2) + #----------------------------------------------------------------------------- # messages compilation options diff --git a/src/creaSystem.h b/src/creaSystem.h index a9c33da..b2aa81c 100644 --- a/src/creaSystem.h +++ b/src/creaSystem.h @@ -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)