diff options
author | Oz Linden <oz@lindenlab.com> | 2013-03-26 10:33:02 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-03-26 10:33:02 -0400 |
commit | 4da34679618f981ff49669158ccfbeaad6712279 (patch) | |
tree | c98c5c825f356c9badd54dd6215fc2b131ee7875 /indra/cmake/LLAddBuildTest.cmake | |
parent | 41ca92c67c75d86e8053ae45725d36ca3ac7e742 (diff) |
Add Boost System library to all tests
I don't know what added this requirement, but this last night lots of
them started failing to link.
Also remove some obsolete commented-out stuff
Diffstat (limited to 'indra/cmake/LLAddBuildTest.cmake')
-rwxr-xr-x | indra/cmake/LLAddBuildTest.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/LLAddBuildTest.cmake b/indra/cmake/LLAddBuildTest.cmake index 9bb3077797..c11fa09206 100755 --- a/indra/cmake/LLAddBuildTest.cmake +++ b/indra/cmake/LLAddBuildTest.cmake @@ -50,6 +50,7 @@ INCLUDE(GoogleMock) ) SET(alltest_LIBRARIES ${GOOGLEMOCK_LIBRARIES} + ${BOOST_SYSTEM_LIBRARY} ${PTHREAD_LIBRARY} ${WINDOWS_LIBRARIES} ) |