From 03e9aee582addd3b6e009f07ba83245ee0c1b258 Mon Sep 17 00:00:00 2001 From: David Muckle Date: Wed, 13 Dec 2017 16:53:01 -0500 Subject: [PATCH] Add libcurl as dependency for Ubuntu builds --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b02ec4e02..a2df3f6ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -223,6 +223,7 @@ if (GENERATE_DEB MATCHES "1") libboost-atomic${DEB_BOOST_VERSION}, libboost-chrono${DEB_BOOST_VERSION}, libmicrohttpd${DEB_MICROHTTPD_VERSION}, + libcurl3, libogg0, libvorbis0a, libvorbisfile3,