[CMake] Boost Library Search

2010-10-06 Thread assume_R
Hey all. So I noticed a possible bug with the way boost is searched in findboost.cmake. Essentially, if you have the boost static runtimes installed, that's what Visual Studio will require. For example, using the thread library, it will need libboost_thread*-sgd* Yet the non-static-runtime

[CMake] Cmake with wxWidgets ribbons

2010-08-30 Thread assume_R
Hello. First post to the mailing list. Just thought I'd share a bug I found and fixed. The new version of wxWidgets (= 2.9) contains a ribbons library, which emulates the ribbon UI of MS Office and newer Windows 7 applications ( http://en.wikipedia.org/wiki/Ribbon_(computing)). However, the