summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-03-30 08:55:01 -0400
committerBrad King <brad.king@kitware.com>2017-03-30 08:55:01 -0400
commit18eeed41948b265168497ea3360e7b0d56e8e8a9 (patch)
treed181544b4dc1a996568e28e798bf74fa880c5135
parentcb4e731347e255f2bbb1f2d9593d8080c8718c5b (diff)
parent556d98da3ba01f774ca79907478ef3130c95d2c5 (diff)
downloadcmake-18eeed41948b265168497ea3360e7b0d56e8e8a9.tar.gz
Merge branch 'FindBoost-1.64-deps' into release
-rw-r--r--Modules/FindBoost.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake
index a6f63f5ffd..2dd08e10aa 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)