diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2014-09-24 04:20:36 +0300 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2014-09-24 04:20:36 +0300 |
commit | f0fa1961a8833fe4d6bb1f5a6c879d238ae7f263 (patch) | |
tree | 2e6cc42354e9b44d7a851878cd5ecfe688b234c0 /indra/cmake/URIPARSER.cmake | |
parent | 454a4a2905198b884947e9a3d37dba2e480480da (diff) |
MAINT-4482 FIXED [viewer-lion] Mac build fails due to weirdo LLTextBase::normalizeUri() issue: windows build fix
Diffstat (limited to 'indra/cmake/URIPARSER.cmake')
-rw-r--r-- | indra/cmake/URIPARSER.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/URIPARSER.cmake b/indra/cmake/URIPARSER.cmake index d726c2ffdf..de146885a0 100644 --- a/indra/cmake/URIPARSER.cmake +++ b/indra/cmake/URIPARSER.cmake @@ -10,7 +10,7 @@ if (USESYSTEMLIBS) else (USESYSTEMLIBS) use_prebuilt_binary(uriparser) if (WINDOWS) - set(URIPARSER_LIBRARIES. + set(URIPARSER_LIBRARIES debug uriparserd optimized uriparser) elseif (LINUX) |