Started branching out my testing of the CMake build system and one of the combinations that I tried was Debug-Shared-MultiThreaded. Well the first thing I hit was some of the tests not compiling. Turns out it was because the boost_test_exec_monitor was NOT being compiled since it is STATIC only.

Question - Should I be "forcing" the compilation of the boost_test_exec_monitor library regardless of what variants are selected through CMake?

Seems like I should but I would like to get some feedback from those more familiar with Boost.


Thanks
_________________________________________________________
Mike Jackson                  [EMAIL PROTECTED]
BlueQuartz Software                    www.bluequartz.net
Principal Software Engineer                  Dayton, Ohio



_______________________________________________
Boost-cmake mailing list
Boost-cmake@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-cmake

Reply via email to