diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2017-03-06 14:27:29 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2017-03-06 14:27:29 -0500 |
commit | 1771857e6c538382e86ea5b69e36fe8fbaa59f08 (patch) | |
tree | 6182c291393b8dbb141d7519b8f1b77d61526774 /indra/cmake/Hunspell.cmake | |
parent | 08ed7f676f2ce38937a03c2a4e823e3564981264 (diff) | |
parent | bfdbda24bf96b85104742f5578b5a921bc91a1d8 (diff) |
Automated merge with ssh://bitbucket.org/lindenlab/viewer-release
Diffstat (limited to 'indra/cmake/Hunspell.cmake')
-rw-r--r-- | indra/cmake/Hunspell.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/Hunspell.cmake b/indra/cmake/Hunspell.cmake index ef74d95b2a..06227b3fe2 100644 --- a/indra/cmake/Hunspell.cmake +++ b/indra/cmake/Hunspell.cmake @@ -11,7 +11,7 @@ else (USESYSTEMLIBS) if (WINDOWS) set(HUNSPELL_LIBRARY libhunspell) elseif(DARWIN) - set(HUNSPELL_LIBRARY hunspell-1.3.0) + set(HUNSPELL_LIBRARY hunspell-1.3) elseif(LINUX) set(HUNSPELL_LIBRARY hunspell-1.3) else() |