From f7003dc8193bd9f84b501eb72aea73bd36f93309 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Fri, 6 Aug 2021 12:57:34 -0400 Subject: [PATCH] Include cpack (#7160) Co-authored-by: ptaylor --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5319b182e..b6a042668 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -250,6 +250,8 @@ if (BUILD_C_DOC) run_doxygen() endif (BUILD_C_DOC) +include(CPack) + include(GNUInstallDirs) # Install all headers. Please note that currently the C++ headers does not form an "API". install(DIRECTORY ${xgboost_SOURCE_DIR}/include/xgboost