diff options
author | Tom Rondeau | 2013-02-26 13:20:49 -0500 |
---|---|---|
committer | Tom Rondeau | 2013-02-26 13:20:49 -0500 |
commit | 8eab262282eab77889fab9b519e9910bf000ce07 (patch) | |
tree | 753d44aaf836ef3e6a4abce97cf2af3df1396640 | |
parent | 984091a32e11f9f11a142c055a62bf694d7a7ae8 (diff) | |
download | gnuradio-8eab262282eab77889fab9b519e9910bf000ce07.tar.gz gnuradio-8eab262282eab77889fab9b519e9910bf000ce07.tar.bz2 gnuradio-8eab262282eab77889fab9b519e9910bf000ce07.zip |
cmake: adding Boost version 104601 to list of bad Boosts.
-rw-r--r-- | cmake/Modules/GrBoost.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/GrBoost.cmake b/cmake/Modules/GrBoost.cmake index 01378df66..d2e91a6f1 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}) |