summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorcallum_linden <none@none>2015-03-25 15:42:35 -0700
committercallum_linden <none@none>2015-03-25 15:42:35 -0700
commit0fe901d67ea7c1f34d3f415a1537bfa676a79fef (patch)
tree71ca6b6468d1db45c7505e4d44ea4ad742726bc7 /indra/cmake
parentdbdef626d650de288697848977155e223cbba9ad (diff)
Point to initial pass at a CEF package in autobuild and make sure autobuild configure picks it up
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/CEFPlugin.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/CEFPlugin.cmake b/indra/cmake/CEFPlugin.cmake
index 29e7ff3d32..f7153bb4d9 100644
--- a/indra/cmake/CEFPlugin.cmake
+++ b/indra/cmake/CEFPlugin.cmake
@@ -6,6 +6,7 @@ if (USESYSTEMLIBS)
set(CEFPLUGIN OFF CACHE BOOL
"CEFPLUGIN support for the llplugin/llmedia test apps.")
else (USESYSTEMLIBS)
+ use_prebuilt_binary(cef)
set(CEFPLUGIN ON CACHE BOOL
"CEFPLUGIN support for the llplugin/llmedia test apps.")
endif (USESYSTEMLIBS)