From 66ed605b8a0dbf03ca5e2eafb89522254f44df39 Mon Sep 17 00:00:00 2001 From: Mateusz Gniewkowski <mateusz.gniewkowski@pwr.edu.pl> Date: Mon, 4 May 2020 15:06:51 +0000 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0004289..23a4599 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 -- GitLab