From e2049c75bf6eebffa5de53b5b998d17f4936c433 Mon Sep 17 00:00:00 2001 From: Bartosz Ziemba <b.ziemba@protonmail.com> Date: Fri, 19 Mar 2021 10:51:13 +0000 Subject: [PATCH] Amqpcpp dependency --- CMakeLists.txt | 3 --- Dockerfile | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2cf532d..26607e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,9 +20,6 @@ find_package(Boost COMPONENTS program_options random system thread filesystem ch link_directories(${Boost_LIBRARY_DIRS}) set(LIBS ${LIBS} ${Boost_LIBRARIES}) -find_package(amqpcpp REQUIRED) -set(LIBS ${LIBS} amqpcpp) - find_package(Threads) set(LIBS ${LIBS} ${CMAKE_THREAD_LIBS_INIT}) diff --git a/Dockerfile b/Dockerfile index b53c6f3..ce1747c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,8 @@ RUN apt-get update && \ libboost-all-dev \ libicu-dev \ libloki-dev \ - wsnlp=1.0.0 \ - pwrutils \ + wsnlp-16-04 \ + pwrutils \ toki WORKDIR /home/install -- GitLab