Skip to content
Snippets Groups Projects
Commit e2049c75 authored by Bartosz Ziemba's avatar Bartosz Ziemba Committed by Mateusz Gniewkowski
Browse files

Amqpcpp dependency

parent cce6aace
No related merge requests found
...@@ -20,9 +20,6 @@ find_package(Boost COMPONENTS program_options random system thread filesystem ch ...@@ -20,9 +20,6 @@ find_package(Boost COMPONENTS program_options random system thread filesystem ch
link_directories(${Boost_LIBRARY_DIRS}) link_directories(${Boost_LIBRARY_DIRS})
set(LIBS ${LIBS} ${Boost_LIBRARIES}) set(LIBS ${LIBS} ${Boost_LIBRARIES})
find_package(amqpcpp REQUIRED)
set(LIBS ${LIBS} amqpcpp)
find_package(Threads) find_package(Threads)
set(LIBS ${LIBS} ${CMAKE_THREAD_LIBS_INIT}) set(LIBS ${LIBS} ${CMAKE_THREAD_LIBS_INIT})
......
...@@ -6,8 +6,8 @@ RUN apt-get update && \ ...@@ -6,8 +6,8 @@ RUN apt-get update && \
libboost-all-dev \ libboost-all-dev \
libicu-dev \ libicu-dev \
libloki-dev \ libloki-dev \
wsnlp=1.0.0 \ wsnlp-16-04 \
pwrutils \ pwrutils \
toki toki
WORKDIR /home/install WORKDIR /home/install
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment