diff options
author | callum <none@none> | 2009-11-18 21:17:39 -0800 |
---|---|---|
committer | callum <none@none> | 2009-11-18 21:17:39 -0800 |
commit | 9e53ad6111ce0e15cb10f2ffb47fee8b48d1c3db (patch) | |
tree | f3e709725244923ef335a2b0796ff105ce8af58c /indra/cmake/DragDrop.cmake | |
parent | 4419e367bcbe8c1b248e88eab8096f0b8ac4707c (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.cmake | 2 |
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)
|