summaryrefslogtreecommitdiff
path: root/indra/llplugin
diff options
context:
space:
mode:
authorThomas Nelson <rider@lindenlab.com>2017-11-03 12:16:36 -0700
committerThomas Nelson <rider@lindenlab.com>2017-11-03 12:16:36 -0700
commit36c2992b01631150f7259c98df1cb46020757066 (patch)
tree80b2d24d413dc2001092e002dde7ceec33c0e70d /indra/llplugin
parent61e6632a713041e8e4ccebf72874767238bf8a48 (diff)
parent6d94bb263fe7ab6eac2d578befdee6fdb4779c15 (diff)
Merged lindenlab/viewer64 into default
Diffstat (limited to 'indra/llplugin')
-rw-r--r--indra/llplugin/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llplugin/CMakeLists.txt b/indra/llplugin/CMakeLists.txt
index 2cdea67723..129efeb529 100644
--- a/indra/llplugin/CMakeLists.txt
+++ b/indra/llplugin/CMakeLists.txt
@@ -82,7 +82,7 @@ if (LL_TESTS)
set_source_files_properties(
llplugincookiestore.cpp
PROPERTIES
- LL_TEST_ADDITIONAL_LIBRARIES "${CURL_LIBRARIES}"
+ LL_TEST_ADDITIONAL_LIBRARIES "${CURL_LIBRARIES};${NGHTTP2_LIBRARIES}"
)
LL_ADD_PROJECT_UNIT_TESTS(llplugin "${llplugin_TEST_SOURCE_FILES}")