summaryrefslogtreecommitdiff
path: root/indra/cmake/DragDrop.cmake
diff options
context:
space:
mode:
authorcallum <none@none>2009-11-18 21:17:39 -0800
committercallum <none@none>2009-11-18 21:17:39 -0800
commit9e53ad6111ce0e15cb10f2ffb47fee8b48d1c3db (patch)
treef3e709725244923ef335a2b0796ff105ce8af58c /indra/cmake/DragDrop.cmake
parent4419e367bcbe8c1b248e88eab8096f0b8ac4707c (diff)
Doh! Update the CMake file that controls drag and drop to turn it ON
Diffstat (limited to 'indra/cmake/DragDrop.cmake')
-rw-r--r--indra/cmake/DragDrop.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/DragDrop.cmake b/indra/cmake/DragDrop.cmake
index a2d7df1312..739d011813 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)