[CMake] CMake can't find Boost versions > 1.55
Stephen Kelly
steveire at gmail.com
Wed Nov 19 18:16:51 EST 2014
Robert Ramey wrote:
> The module FindBoost is quite elaborate. Unfortunately it seems to depend
> upon searching for specific version numbers found in a list. This list
> only
> goes up to 1.55 so it can't find later versions of Boost. Better would be
> to eliminate the list so module doesn't "expire"
It would be awesome if you could teach bjam to generate cmake config
packages:
http://www.cmake.org/cmake/help/v3.0/manual/cmake-packages.7.html
Qt uses qmake to generate those, and LLVM generates them with a non-CMake
buildsystem too.
Thanks,
Steve.
More information about the CMake
mailing list