1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Dima Kogan <dkogan@debian.org>
Date: Sat, 11 Feb 2023 19:03:45 -0800
Subject: No CPack stuff
I'm building the package myself, without CMake
---
CMakeLists.txt | 3 ---
1 file changed, 3 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5bad539..4b871c8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -141,6 +141,3 @@ include(cmake/HandlePrintConfiguration.cmake)
# Print warnings at the end
include(cmake/HandleFinalChecks.cmake)
-
-# Include CPack *after* all flags
-include(CPack)
|