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:
John Spray 2015-08-28 15:33:12 +01:00
parent 34411efad5
commit a3fc6e8356

View File

@ -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)