File: 0001-Remove-configuration-of-nonexistent-subdir-cpack.d.patch

package info (click to toggle)
simage 1.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 4,124 kB
  • sloc: ansic: 14,587; sh: 12,739; cpp: 930; perl: 862; makefile: 669; lisp: 25
file content (19 lines) | stat: -rw-r--r-- 584 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Steve Robbins <steve@sumost.ca>
Date: Sun, 26 Jan 2020 12:49:05 -0600
Subject: Remove configuration of nonexistent subdir cpack.d

---
 CMakeLists.txt | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 775037a..96113de 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -625,6 +625,3 @@ install(EXPORT ${PROJECT_NAME}
   COMPONENT development
 )
 
-# ############################################################################
-# New CPACK section, please see the README file inside cpack.d directory.
-add_subdirectory(cpack.d)