From 8fe6b74436b1f2f8c641cc8552714db1d1bc66bb Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 24 Jul 2015 23:30:57 +0200 Subject: [PATCH 1/1] more explicit error message when some boost library were not detected --- buildtools/Cmake/CompleteInFiles.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtools/Cmake/CompleteInFiles.cmake b/buildtools/Cmake/CompleteInFiles.cmake index 9a098a01ec..9fad3e0146 100644 --- a/buildtools/Cmake/CompleteInFiles.cmake +++ b/buildtools/Cmake/CompleteInFiles.cmake @@ -123,7 +123,7 @@ else() if(APPLE) #MAC message(FATAL_ERROR "Failed to find Boost libraries (Try to install them with 'sudo fink install boost1.53.nopython')") else() - message(FATAL_ERROR "Failed to find Boost libraries") + message(FATAL_ERROR "Failed to find Boost libraries. Did you install libboost-dev and libboost-context-dev?") endif() endif() -- 2.20.1