From: Martin Quinson Date: Sat, 25 Jul 2015 11:14:08 +0000 (+0200) Subject: note that we do need Boost 1.48 X-Git-Tag: v3_12~409 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d1b7fa19da95a2e9d67b1efacde60b927e530b42?hp=63a6c0e01dcfa87a057a9523455b6c31ca3602e1 note that we do need Boost 1.48 --- diff --git a/ChangeLog b/ChangeLog index 1589b2bdb0..735fb4d4e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -97,6 +97,7 @@ SimGrid (3.12) NOT RELEASED; urgency=low - Add two new log appenders : rollfile and splitfile. Patch by Fabien Chaix. Build System * Require g++ v4.7 at least to not speak prehistorical C++. + * Require Boost 1.48 (for signal2 component). * Tracing is now always enabled (no way to turn it out) * Move headers around to sort them out on installed systems: - instr/instr.h -> simgrid/instr.h diff --git a/buildtools/Cmake/CompleteInFiles.cmake b/buildtools/Cmake/CompleteInFiles.cmake index 1a748154fb..34023d15e9 100644 --- a/buildtools/Cmake/CompleteInFiles.cmake +++ b/buildtools/Cmake/CompleteInFiles.cmake @@ -111,7 +111,7 @@ if(enable_ns3) endif() endif() -find_package(Boost 1.42) +find_package(Boost 1.48) if(Boost_FOUND) include_directories(${Boost_INCLUDE_DIRS}) else()