On 20.01.08 14:10:53, Rodolfo Lima wrote: > Again, it would be good if we could choose which version to detect. If I > have 1.33.0 and 1.34.1, I want my application to use 1.34.1 and beyond. > There's this script written by James Bigler that would help, it's > attached to this message. You could do:
Yeah, currently it simply finds the "oldest" version. Luckily we don't need that complex cmake code as the Boost_VERSION is a plain number and can be compared to another plain number in a much easier way :) Andreas -- Better hope the life-inspector doesn't come around while you have your life in such a mess. _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
