aboutsummaryrefslogtreecommitdiff
path: root/cmake.packaging/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cmake.packaging/CMakeLists.txt')
-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.")