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/GLH.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/GLH.cmake')
-rwxr-xr-x | indra/cmake/GLH.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/GLH.cmake b/indra/cmake/GLH.cmake index d5262f2efa..d0992f57b8 100755 --- a/indra/cmake/GLH.cmake +++ b/indra/cmake/GLH.cmake @@ -7,5 +7,5 @@ set(GLH_FIND_QUIETLY TRUE) if (USESYSTEMLIBS) include(FindGLH) else (USESYSTEMLIBS) - use_prebuilt_binary(glh_linear) + use_prebuilt_binary(glh-linear) endif (USESYSTEMLIBS) |