Browse Source

Merge branch 'FindBoost-1.64-deps' into release

Brad King 8 years ago
parent
commit
18eeed4194
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Modules/FindBoost.cmake

+ 1 - 0
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)