summaryrefslogtreecommitdiff
path: root/cmake/Modules/GrBoost.cmake
diff options
context:
space:
mode:
authorJohnathan Corgan2013-02-21 15:31:32 -0800
committerJohnathan Corgan2013-02-21 15:31:32 -0800
commitc4f14ca81288832abde2ff1ecaf4d1e06a07c4fd (patch)
tree977378a1b5641c8c6e801925af15173c93cd77ff /cmake/Modules/GrBoost.cmake
parentd2e8ec96084a26127907fe1cee2f15871d67b60d (diff)
parent858c3801c6e00a9b231a03218bd98fd479a53e28 (diff)
downloadgnuradio-c4f14ca81288832abde2ff1ecaf4d1e06a07c4fd.tar.gz
gnuradio-c4f14ca81288832abde2ff1ecaf4d1e06a07c4fd.tar.bz2
gnuradio-c4f14ca81288832abde2ff1ecaf4d1e06a07c4fd.zip
Merge remote-tracking branch 'ncorgan/chrono' into maint
Diffstat (limited to 'cmake/Modules/GrBoost.cmake')
-rw-r--r--cmake/Modules/GrBoost.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/Modules/GrBoost.cmake b/cmake/Modules/GrBoost.cmake
index 38cb027f8..01378df66 100644
--- a/cmake/Modules/GrBoost.cmake
+++ b/cmake/Modules/GrBoost.cmake
@@ -39,6 +39,8 @@ if(UNIX AND NOT BOOST_ROOT AND EXISTS "/usr/lib64")
endif(UNIX AND NOT BOOST_ROOT AND EXISTS "/usr/lib64")
if(MSVC)
+ set(BOOST_REQUIRED_COMPONENTS ${BOOST_REQUIRED_COMPONENTS} chrono)
+
if (NOT DEFINED BOOST_ALL_DYN_LINK)
set(BOOST_ALL_DYN_LINK TRUE)
endif()