diff options
| author | Rider Linden <rider@lindenlab.com> | 2015-08-17 14:45:52 -0700 | 
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2015-08-17 14:45:52 -0700 | 
| commit | fc2e9ec3dbf9c936a733346f099371909a68ddd4 (patch) | |
| tree | aa47adc1b43b4731538ee9d48c603286f48ab414 | |
| parent | feff6adea64c1899a11cc80c34a14fc4ff91ffed (diff) | |
swap common and core?
| -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! | 
