From 985d8bac84808f8b341f409276f7023d613972e4 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Fri, 19 Apr 2024 14:09:41 -0500 Subject: [PATCH] remove duplicate cpack include Signed-off-by: Karl W Schulz --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cdf31449ed..430d395622 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -417,6 +417,5 @@ set(CPACK_SOURCE_IGNORE_FILES \.gitignore /tests /build) -include(CPack) include(CPack)