diff options
author | Don Kjer <don@lindenlab.com> | 2012-10-04 03:12:48 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-10-04 03:12:48 +0000 |
commit | c9ab9590aa1d44ea139b16e7ffcb1461d928bdd5 (patch) | |
tree | c735cd065521eb5b2d719f78e1685c090b265ea6 /indra/newview/CMakeLists.txt | |
parent | 8c0aa31536c447edb6ef4fbee43f99debf593a20 (diff) |
Removing server-related cmake cruft. Fixing libGLU warnings on linux.
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rwxr-xr-x | indra/newview/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index b12853b014..83b38e89f9 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -12,7 +12,7 @@ include(DragDrop) include(EXPAT) include(FMOD) include(OPENAL) -include(FindOpenGL) +include(OpenGL) include(Hunspell) include(JsonCpp) include(LLAudio) |