summaryrefslogtreecommitdiff
path: root/cmake/Modules/GrBoost.cmake
AgeCommit message (Collapse)Author
2013-02-13build: allowing user to override check for bad versions of boost.Tom Rondeau
Use -DENABLE_BAD_BOOST=True to use one of these Boost versions.
2013-02-07Merge remote-tracking branch 'ncorgan/cmake_boost_fix' into maintJohnathan Corgan
2013-02-05build: disable certain Boost versions we know are buggy to fix Issue #513.Tom Rondeau
Creates a new list of version to test against. If any version matches the list of bad versions, set Boost to Not Found.
2013-02-01cmake: Allows Unix systems with /usr/lib64 to use Boost installations in ↵Nicholas Corgan
non-standard locations
2012-12-29cmake: removed Boost 1.52 from allowed versionsJohnathan Corgan
See https://svn.boost.org/trac/boost/ticket/7669
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-08-04cmake: specify all the boosts, remove dummy sys/time.h for msvc buildJosh Blum
2011-07-24cmake: changed module include guards to model after builtin cmake modulesJosh Blum
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum