mirror of
https://github.com/ceph/ceph
synced 2025-01-12 22:16:05 +00:00
CMake: update for boost_random
This became a dependency in dbcaa544
Signed-off-by: John Spray <john.spray@redhat.com>
This commit is contained in:
parent
34411efad5
commit
a3fc6e8356
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user