From 776aadf4ef65681084268c3866058172c89b4259 Mon Sep 17 00:00:00 2001
From: Oz Linden <oz@lindenlab.com>
Date: Wed, 19 Mar 2014 17:30:07 -0400
Subject: OPEN-199: replace the confusing STANDALONE switch with USESYSTEMLIBS

---
 indra/cmake/GLH.cmake | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'indra/cmake/GLH.cmake')

diff --git a/indra/cmake/GLH.cmake b/indra/cmake/GLH.cmake
index 911dbe4017..d5262f2efa 100755
--- a/indra/cmake/GLH.cmake
+++ b/indra/cmake/GLH.cmake
@@ -4,8 +4,8 @@ include(Prebuilt)
 set(GLH_FIND_REQUIRED TRUE)
 set(GLH_FIND_QUIETLY TRUE)
 
-if (STANDALONE)
+if (USESYSTEMLIBS)
   include(FindGLH)
-else (STANDALONE)
+else (USESYSTEMLIBS)
   use_prebuilt_binary(glh_linear)
-endif (STANDALONE)
+endif (USESYSTEMLIBS)
-- 
cgit v1.2.3