diff options
author | Oz Linden <oz@lindenlab.com> | 2011-03-31 15:50:34 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-03-31 15:50:34 -0400 |
commit | 635a4524fafe754f38432fce2206f8c730df5234 (patch) | |
tree | 9f35128e70179a25cf086b994d2b4395ff5a2122 /indra/cmake/OpenGL.cmake | |
parent | 5c3ae68299f79f3a705fa4b3e9cd262b56695318 (diff) | |
parent | 4aad5ee313f580e08f9689b7ff4c4c088c20f831 (diff) |
pull tags from viewer-development
Diffstat (limited to 'indra/cmake/OpenGL.cmake')
-rw-r--r-- | indra/cmake/OpenGL.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/OpenGL.cmake b/indra/cmake/OpenGL.cmake index 6a2b6811af..661666f00d 100644 --- a/indra/cmake/OpenGL.cmake +++ b/indra/cmake/OpenGL.cmake @@ -5,5 +5,5 @@ if (NOT STANDALONE) use_prebuilt_binary(GL) # possible glh_linear should have its own .cmake file instead use_prebuilt_binary(glh_linear) - set(GLEXT_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include) + set(GLEXT_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include) endif (NOT STANDALONE) |