File: 0005-No-CPack-stuff.patch

package info (click to toggle)
gtsam 4.2.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 46,112 kB
  • sloc: cpp: 127,191; python: 14,312; xml: 8,442; makefile: 250; sh: 119; ansic: 101
file content (20 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (2)
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)