diff options
author | callum_linden <none@none> | 2014-10-07 17:35:39 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-07 17:35:39 -0700 |
commit | c519fd3314eec50ab1557aefb0102b74e9f8770f (patch) | |
tree | c88090d53d5a7d4c6e8e7b034a65d1d54b1c1f0c /indra/cmake/GLEXT.cmake | |
parent | de4174d80d8af07baa3d81881a0eadc84d275416 (diff) |
Updates to point to lots of new third party libs and some small tweaks to take account of minor name changes
Diffstat (limited to 'indra/cmake/GLEXT.cmake')
-rw-r--r-- | indra/cmake/GLEXT.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/GLEXT.cmake b/indra/cmake/GLEXT.cmake index a749644202..415b13033c 100644 --- a/indra/cmake/GLEXT.cmake +++ b/indra/cmake/GLEXT.cmake @@ -3,6 +3,6 @@ include(Prebuilt) if (NOT USESYSTEMLIBS) use_prebuilt_binary(glext) - use_prebuilt_binary(glh_linear) + use_prebuilt_binary(glh-linear) set(GLEXT_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include) endif (NOT USESYSTEMLIBS) |