diff options
| -rw-r--r-- | indra/cmake/LLAddBuildTest.cmake | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/cmake/LLAddBuildTest.cmake b/indra/cmake/LLAddBuildTest.cmake index 410a18bb33..db8b95dbe2 100644 --- a/indra/cmake/LLAddBuildTest.cmake +++ b/indra/cmake/LLAddBuildTest.cmake @@ -34,8 +34,8 @@ INCLUDE(GoogleMock)      # needed by the test harness itself      ${APRUTIL_LIBRARIES}      ${APR_LIBRARIES} -    llcorehttp      llcommon +    llcorehttp      )    IF(NOT "${project}" STREQUAL "llmath")      # add llmath as a dep unless the tested module *is* llmath! | 
