From f0fa1961a8833fe4d6bb1f5a6c879d238ae7f263 Mon Sep 17 00:00:00 2001 From: maksymsproductengine Date: Wed, 24 Sep 2014 04:20:36 +0300 Subject: MAINT-4482 FIXED [viewer-lion] Mac build fails due to weirdo LLTextBase::normalizeUri() issue: windows build fix --- indra/cmake/URIPARSER.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3