From 1bdbe2db10271b1d1948e1ee0382abcfe622a991 Mon Sep 17 00:00:00 2001 From: degomme Date: Tue, 15 Mar 2016 15:09:03 +0100 Subject: [PATCH] Add a message to the user to specify our requirement for Boost version --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b2d2eb43f3..8992f7f1eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -239,7 +239,8 @@ else() else() message(FATAL_ERROR "Failed to find Boost libraries." "Did you install libboost-dev and libboost-context-dev?" - "(libboost-context-dev is optional)") + "(libboost-context-dev is optional)" + "SimGrid requires Boost >= 1.48.0") endif() endif() -- 2.20.1