diff --git a/CMakeLists.txt b/CMakeLists.txt index a31320635..276376190 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,9 @@ cmake_minimum_required(VERSION 3.14) # for add_link_options and implicit target project("llama.cpp" C CXX) include(CheckIncludeFileCXX) +set(CPACK_PACKAGE_CONTACT "nobody") +include(CPack) + #set(CMAKE_WARN_DEPRECATED YES) set(CMAKE_WARN_UNUSED_CLI YES)