summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-02-26 13:21:20 -0500
committerTom Rondeau <trondeau@vt.edu>2013-02-26 13:21:20 -0500
commit8196a9cc25ba715b02a17a88803161d6127a6682 (patch)
tree307ff71bb09b618cde386e0bed9e1b3333655900 /cmake
parent40b76f2d831721f4f6112f48ad43bb97ed650b7e (diff)
parentfcb3bd9d416ac2e21e5e2ec5b0b5bb5a63006dd7 (diff)
Merge branch 'master' into next
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/GrBoost.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/GrBoost.cmake b/cmake/Modules/GrBoost.cmake
index 01378df662..d2e91a6f16 100644
--- a/cmake/Modules/GrBoost.cmake
+++ b/cmake/Modules/GrBoost.cmake
@@ -83,7 +83,7 @@ endif(ENABLE_BAD_BOOST)
# YY is the minor version number ('46' for 1.46)
# ZZ is the patcher version number (typically just '00')
set(Boost_NOGO_VERSIONS
- 104600 104700 105200
+ 104600 104601 104700 105200
)
foreach(ver ${Boost_NOGO_VERSIONS})