From 8eab262282eab77889fab9b519e9910bf000ce07 Mon Sep 17 00:00:00 2001 From: Tom Rondeau <trondeau@vt.edu> Date: Tue, 26 Feb 2013 13:20:49 -0500 Subject: cmake: adding Boost version 104601 to list of bad Boosts. --- cmake/Modules/GrBoost.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/Modules/GrBoost.cmake') 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}) -- cgit v1.2.3