From f7c22a6382d3637ba902e8a117e9480cf2215ae5 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Fri, 6 Aug 2021 11:39:16 -0400 Subject: [PATCH] include cpack (#1760) Co-authored-by: ptaylor --- cpp/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 1ab227e01c1..9fcb40b1eba 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -337,6 +337,8 @@ endif(BUILD_TESTS) ################################################################################################### # - install targets ------------------------------------------------------------------------------- +include(CPack) + install(TARGETS cugraph DESTINATION lib EXPORT cugraph-exports)