This is a general problem that doesn't only effect Boost. All libraries that build with some sort of filename decorations (eg. for toolset, runtime, etc) are currently tricky to manage with CMake.
I have submitted a feature request (Bug #3666 - FIND_LIBRARY with wildcards) that, if implemented, hopefully will resolve these problems. Best regards, Anders Sundman > OK, now, the only problem, partially adressed by Andreas, is the library > suffix... On Debian it is gcc-1_33-whatever and on FC5, there is none... > perhaps a test can do it, but it would depend on the current version of > Boost, the compiler, ... > > On 10/17/06, Brad King <[EMAIL PROTECTED]> wrote: >> >> You need to call >> >> FIND_PACKAGE(Boost) >> >> not >> >> FIND_PACKAGE(BOOST) >> >> Package names are case sensitive. >> >> -Brad >> > _______________________________________________ > CMake mailing list > [email protected] > http://www.cmake.org/mailman/listinfo/cmake _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
