diff options
author | Oz Linden <oz@lindenlab.com> | 2016-12-20 17:18:56 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-12-20 17:18:56 -0500 |
commit | 725ba32d08a513580a87368d986918dd892c4c37 (patch) | |
tree | 5bfe70d759de11893500b7226df3dd035588d761 /indra/cmake | |
parent | c20e57c48f957ef13d259e54de908153ac996ca7 (diff) |
don't add llcorehttp to all tests
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/LLAddBuildTest.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/cmake/LLAddBuildTest.cmake b/indra/cmake/LLAddBuildTest.cmake index db8b95dbe2..96d3e39a06 100644 --- a/indra/cmake/LLAddBuildTest.cmake +++ b/indra/cmake/LLAddBuildTest.cmake @@ -35,7 +35,6 @@ INCLUDE(GoogleMock) ${APRUTIL_LIBRARIES} ${APR_LIBRARIES} llcommon - llcorehttp ) IF(NOT "${project}" STREQUAL "llmath") # add llmath as a dep unless the tested module *is* llmath! |