summaryrefslogtreecommitdiff
path: root/indra/cmake/00-Common.cmake
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2014-04-22 16:08:13 -0400
committerOz Linden <oz@lindenlab.com>2014-04-22 16:08:13 -0400
commit5870788f68c6b1fb504ae95403e7da95bc55ed4c (patch)
treef714e60f262f905e743e944ee4ca062fe48e6ccb /indra/cmake/00-Common.cmake
parentd00d37d23b68037fed8eeeffe21a87f7597086c3 (diff)
catch a few more cases of STANDALONE -> USESYSTEMLIBS
Diffstat (limited to 'indra/cmake/00-Common.cmake')
-rwxr-xr-xindra/cmake/00-Common.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake
index 69173c38a2..335dd89080 100755
--- a/indra/cmake/00-Common.cmake
+++ b/indra/cmake/00-Common.cmake
@@ -226,7 +226,7 @@ endif (LINUX OR DARWIN)
if (USESYSTEMLIBS)
- add_definitions(-DLL_STANDALONE=1)
+ add_definitions(-DLL_USESYSTEMLIBS=1)
if (LINUX AND ${ARCH} STREQUAL "i686")
add_definitions(-march=pentiumpro)