I've compiled the static versions of the boost libraries. When I use findBoost to detect the unit_test_framework, it gives the following message:
Found the following Boost libraries: thread unit_test_framework But the variables Boost_UNIT_TEST_FRAMEWORK_LIBRARY_DEBUG and Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE are not found. I have set the additional-versions and use-static-libs flags before calling find_package I guess it has to do with the -s suffix the library files have (libboost_unit_test_framework-mt-d-s.a) Is this a bug in findboost.cmake?
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake