diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2017-10-24 11:22:49 -0400 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2017-10-24 11:22:49 -0400 |
| commit | 96ac49c3e2c6f5253938d4fbcae722543f00aecb (patch) | |
| tree | 7caf590933840d0685b1442181f36989cfbd70b0 /indra/llplugin | |
| parent | 9c5becd67d7e6fe5f696dcae8690dd562b7b0449 (diff) | |
| parent | 7d63a3fa5f4aa0b7529a1404fb43e9480e9f0cdf (diff) | |
MAINT-7081: Merge from lindenlab/viewer64.
Diffstat (limited to 'indra/llplugin')
| -rw-r--r-- | indra/llplugin/CMakeLists.txt | 2 |
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}") |
