From: John Spray Date: Fri, 28 Aug 2015 14:33:12 +0000 (+0100) Subject: CMake: update for boost_random X-Git-Tag: v9.1.0~282^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a3fc6e8356a82939dc6a536e16170431553b4b6d;p=ceph.git CMake: update for boost_random This became a dependency in dbcaa544 Signed-off-by: John Spray --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ad8d76e263..59a7328572c 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)