summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2016-12-20 17:18:56 -0500
committerOz Linden <oz@lindenlab.com>2016-12-20 17:18:56 -0500
commit725ba32d08a513580a87368d986918dd892c4c37 (patch)
tree5bfe70d759de11893500b7226df3dd035588d761 /indra/cmake
parentc20e57c48f957ef13d259e54de908153ac996ca7 (diff)
don't add llcorehttp to all tests
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/LLAddBuildTest.cmake1
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!