From fc2e9ec3dbf9c936a733346f099371909a68ddd4 Mon Sep 17 00:00:00 2001
From: Rider Linden <rider@lindenlab.com>
Date: Mon, 17 Aug 2015 14:45:52 -0700
Subject: [PATCH] swap common and core?

---
 indra/cmake/LLAddBuildTest.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/cmake/LLAddBuildTest.cmake b/indra/cmake/LLAddBuildTest.cmake
index 410a18bb33c..db8b95dbe2e 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!
-- 
GitLab