summaryrefslogtreecommitdiff
path: root/indra/llplugin
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2017-09-27 15:27:30 -0400
committerNat Goodspeed <nat@lindenlab.com>2017-09-27 15:27:30 -0400
commit19bb6fd33e315e1370583d7a90ec3da10f184a54 (patch)
tree057b3e24e08a1becfb99a05b390725ed96cdc7b7 /indra/llplugin
parentc0adf5884d65fff05d0e2084f8548b0c71cfd1d2 (diff)
MAINT-7081: Mention nghttp2 library wherever it must be mentioned.
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}")