summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@codelibre.net>2017-03-25 22:24:22 (GMT)
committerRoger Leigh <r.leigh@dundee.ac.uk>2017-03-30 10:43:13 (GMT)
commit556d98da3ba01f774ca79907478ef3130c95d2c5 (patch)
tree2b373e1456fa1a72bc4042e15dc07ab21ecb20a4
parent1adbe223cd10ee133f5137da028ed86ddef7cc4d (diff)
downloadCMake-556d98da3ba01f774ca79907478ef3130c95d2c5.zip
CMake-556d98da3ba01f774ca79907478ef3130c95d2c5.tar.gz
CMake-556d98da3ba01f774ca79907478ef3130c95d2c5.tar.bz2
FindBoost: Update 1.64 dependencies using 1.64 beta1
-rw-r--r--Modules/FindBoost.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake
index a6f63f5..2dd08e1 100644
--- a/Modules/FindBoost.cmake
+++ b/Modules/FindBoost.cmake
@@ -746,6 +746,7 @@ function(_Boost_COMPONENT_DEPENDENCIES component _ret)
set(_Boost_CHRONO_DEPENDENCIES system)
set(_Boost_CONTEXT_DEPENDENCIES thread chrono system date_time)
set(_Boost_COROUTINE_DEPENDENCIES context system)
+ set(_Boost_COROUTINE2_DEPENDENCIES context fiber thread chrono system date_time)
set(_Boost_FIBER_DEPENDENCIES context thread chrono system date_time)
set(_Boost_FILESYSTEM_DEPENDENCIES system)
set(_Boost_IOSTREAMS_DEPENDENCIES regex)