aboutsummaryrefslogtreecommitdiff
path: root/cmake.packaging
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-04-22 22:58:14 +0200
committerGitHub <noreply@github.com>2023-04-22 22:58:14 +0200
commit8994389845ae4ca5e6a797b8f957dea76320ff94 (patch)
treeee897aaa12a70fa8f124334b9e1d29a0aa5a346c /cmake.packaging
parent801ac2accb6a88a58b2d8f486751782921bf689f (diff)
downloadrneovim-8994389845ae4ca5e6a797b8f957dea76320ff94.tar.gz
rneovim-8994389845ae4ca5e6a797b8f957dea76320ff94.tar.bz2
rneovim-8994389845ae4ca5e6a797b8f957dea76320ff94.zip
ci: make all linux releases work with same glibc version
Diffstat (limited to 'cmake.packaging')
-rw-r--r--cmake.packaging/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake.packaging/CMakeLists.txt b/cmake.packaging/CMakeLists.txt
index b5c91ac457..c693e2f9ac 100644
--- a/cmake.packaging/CMakeLists.txt
+++ b/cmake.packaging/CMakeLists.txt
@@ -1,6 +1,7 @@
set(CPACK_PACKAGE_NAME "Neovim")
set(CPACK_PACKAGE_VENDOR "neovim.io")
set(CPACK_PACKAGE_FILE_NAME "nvim")
+set(CPACK_PACKAGE_DIRECTORY ${PROJECT_BINARY_DIR})
# From the GitHub About section
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Vim-fork focused on extensibility and usability.")