Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ediText
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nlpworkers
ediText
Commits
73913dd7
Commit
73913dd7
authored
4 years ago
by
Mateusz Gniewkowski
Browse files
Options
Downloads
Plain Diff
Merge branch 'amqpcpp-dependency' into 'master'
Amqpcpp dependency See merge request
!3
parents
cce6aace
e2049c75
Branches
Branches containing commit
1 merge request
!3
Amqpcpp dependency
Pipeline
#2759
failed with stage
in 1 minute and 41 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+0
-3
0 additions, 3 deletions
CMakeLists.txt
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
5 deletions
CMakeLists.txt
+
0
−
3
View file @
73913dd7
...
...
@@ -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
}
)
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
2
−
2
View file @
73913dd7
...
...
@@ -6,7 +6,7 @@ RUN apt-get update && \
libboost-all-dev
\
libicu-dev
\
libloki-dev
\
wsnlp
=
1.0.0
\
wsnlp
-16-04
\
pwrutils
\
toki
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment