Browse Source

Merge branch 'FindBoost-1.64-deps' into release

pull/302/merge
Brad King 8 years ago
parent
commit
18eeed4194
  1. 1
      Modules/FindBoost.cmake

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

Loading…
Cancel
Save