On 28.03.08 09:36:06, David Thulson wrote: > It would be nice if this could get into 2.6.0. Boost 1.35 is about to > be released: > > http://lists.boost.org/boost-users/2008/03/34896.php > > And it at least appears that the latest version in the bug tracker > will look for 1.35. Is that right?
Right, but the hardcoded numbers are just some defaults to look for > The version included in the CMake > 2.6.0 Beta does not recognize Boost 1.35. It does, read the start of the file, you can add to the list by setting a cmake variable before calling find_package. The sole reason for that is so the module doesn't have to be updated each time a new boost version is out as now the user of the module can provide additional version numbers as needed. Andreas -- You will be audited by the Internal Revenue Service. _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
