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/test_apps/llplugintest/CMakeLists.txt | |
parent | 8c0aa31536c447edb6ef4fbee43f99debf593a20 (diff) |
Removing server-related cmake cruft. Fixing libGLU warnings on linux.
Diffstat (limited to 'indra/test_apps/llplugintest/CMakeLists.txt')
-rw-r--r-- | indra/test_apps/llplugintest/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/test_apps/llplugintest/CMakeLists.txt b/indra/test_apps/llplugintest/CMakeLists.txt index 1211bb7e5a..08f5a8a888 100644 --- a/indra/test_apps/llplugintest/CMakeLists.txt +++ b/indra/test_apps/llplugintest/CMakeLists.txt @@ -2,7 +2,7 @@ project(llplugintest) include(00-Common) -include(FindOpenGL) +include(OpenGL) include(LLCommon) include(LLPlugin) include(Linking) |