From 9e53ad6111ce0e15cb10f2ffb47fee8b48d1c3db Mon Sep 17 00:00:00 2001
From: callum <none@none>
Date: Wed, 18 Nov 2009 21:17:39 -0800
Subject: [PATCH] Doh! Update the CMake file that controls drag and drop to
 turn it ON

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

diff --git a/indra/cmake/DragDrop.cmake b/indra/cmake/DragDrop.cmake
index a2d7df13129..739d011813a 100644
--- a/indra/cmake/DragDrop.cmake
+++ b/indra/cmake/DragDrop.cmake
@@ -4,7 +4,7 @@ if (VIEWER)
 
   OPTION (OS_DRAG_DROP
   "Build the viewer with OS level drag and drop turned on or off"
-  OFF)
+  ON)
 
   if (OS_DRAG_DROP)
 
-- 
GitLab