summaryrefslogtreecommitdiff
path: root/indra/cmake/ExamplePlugin.cmake
diff options
context:
space:
mode:
authorCallum Prentice <callum@lindenlab.com>2014-07-15 10:15:15 -0700
committerCallum Prentice <callum@lindenlab.com>2014-07-15 10:15:15 -0700
commitedec2d0559905d33907380d0b304b9e28f74082e (patch)
tree8f66c497878a24b488039f54b04f03960fbb6c96 /indra/cmake/ExamplePlugin.cmake
parentf11dd1d8a3dc4ba9a3c23563126e11ee971e219f (diff)
parent226929f8f5b8bc1080d0082b2595d689238df2b8 (diff)
Merge with viewer-release
Diffstat (limited to 'indra/cmake/ExamplePlugin.cmake')
-rwxr-xr-xindra/cmake/ExamplePlugin.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/cmake/ExamplePlugin.cmake b/indra/cmake/ExamplePlugin.cmake
index 599787ad21..5d826c1f66 100755
--- a/indra/cmake/ExamplePlugin.cmake
+++ b/indra/cmake/ExamplePlugin.cmake
@@ -2,13 +2,13 @@
include(Linking)
include(Prebuilt)
-if (STANDALONE)
+if (USESYSTEMLIBS)
set(EXAMPLEPLUGIN OFF CACHE BOOL
"EXAMPLEPLUGIN support for the llplugin/llmedia test apps.")
-else (STANDALONE)
+else (USESYSTEMLIBS)
set(EXAMPLEPLUGIN ON CACHE BOOL
"EXAMPLEPLUGIN support for the llplugin/llmedia test apps.")
-endif (STANDALONE)
+endif (USESYSTEMLIBS)
if (WINDOWS)
elseif (DARWIN)