From a3fc6e8356a82939dc6a536e16170431553b4b6d Mon Sep 17 00:00:00 2001 From: John Spray Date: Fri, 28 Aug 2015 15:33:12 +0100 Subject: [PATCH] CMake: update for boost_random This became a dependency in dbcaa544 Signed-off-by: John Spray --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ad8d76e26350..59a7328572cfb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -224,7 +224,7 @@ else(${ENABLE_SHARED}) endif(${ENABLE_SHARED}) set(Boost_USE_MULTITHREADED ON) -find_package(Boost COMPONENTS thread system regex REQUIRED) +find_package(Boost COMPONENTS thread system regex random REQUIRED) include_directories(${Boost_INCLUDE_DIRS}) find_package(Threads REQUIRED) -- 2.39.5