summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2013-02-19 16:19:52 -0800
committerNicholas Corgan <nick.corgan@ettus.com>2013-02-19 16:19:52 -0800
commit858c3801c6e00a9b231a03218bd98fd479a53e28 (patch)
tree71e700f4d2edfbe19e9f05ddc1b77cd4cb51c5de /cmake
parente083319280feb20a110b2b739cee172362c45e9e (diff)
cmake: Added chrono as a necessary Boost library under MSVC
Diffstat (limited to '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 38cb027f8c..01378df662 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()