Skip to content
Snippets Groups Projects
Commit 66ed605b authored by Mateusz Gniewkowski's avatar Mateusz Gniewkowski
Browse files

Update CMakeLists.txt

parent 0d10addd
No related branches found
No related tags found
1 merge request!1Deb
Pipeline #471 passed
......@@ -6,6 +6,7 @@ set(toki_ver_minor "0")
set(toki_ver_patch "0")
set(TOKI_VERSION
"${toki_ver_major}.${toki_ver_minor}.${toki_ver_patch}")
SET(CMAKE_INSTALL_PREFIX, "/usr")
# use some of our own Find* scripts
......@@ -58,7 +59,7 @@ add_subdirectory(toki-app)
# Requires to install dependencies
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libboost-all-dev, libicu-dev, corpus2-python2.7")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libboost-all-dev, libicu-dev, corpus2-python2.7, libloki-dev")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "")
# Set *.deb package name and version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment