[cmake-developers] [PATCH] FindBoost: Boost 1.60 support
Roger Leigh
rleigh at codelibre.net
Thu Dec 17 18:05:38 EST 2015
With the release of Boost 1.60, I've updated FindBoost to work with this
version.
Pushed to
https://cmake.org/gitweb?p=stage/cmake.git;a=shortlog;h=refs/heads/boost-1.60
and merged into next for review.
- Adds 1.60.0 and 1.60 as valid versions
- Adds dependency information for 1.60; this is the same as for 1.59
except that for "set(_Boost_LOG_DEPENDENCIES date_time log_setup ..."
the date_time and log_setup dependencies were swapped. I don't think
this will make any difference, but including it to be on the safe side
(it's harmless).
I have tested on Ubuntu 15.10 and Windows with VS2013, with projects
using FindBoost against a locally compiled Boost 1.60. They found Boost
1.60 and its components, and compiled and linked and passed their unit
tests.
Regards,
Roger
More information about the cmake-developers
mailing list