summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2023-03-03 17:43:41 +0100
committerDavid Kalnischkies <david@kalnischkies.de>2023-03-03 17:50:54 +0100
commitedcdc251c527141bddb502e799d9a3911a73841b (patch)
treeaa7e16de6651f1c269c8a6c2d0b627ae344678e1 /vendor
parentec73fd0855edb53c5325d711cbb09225dd182d83 (diff)
Remove incorrectly added unused Debian vendor CMake file
The file is a remnant of the unrelated and closed !145 pull request which tries to generate "apt-vendor.ent" – but that file exists in our sources already while the script that would generate it doesn't. Regression-of: 7e7eb113587230aeb9fe745b2eeac44e634999f5 Gbp-Dch: Ignore
Diffstat (limited to 'vendor')
-rw-r--r--vendor/debian/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/vendor/debian/CMakeLists.txt b/vendor/debian/CMakeLists.txt
deleted file mode 100644
index 7c0ccb7d2..000000000
--- a/vendor/debian/CMakeLists.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-execute_process(COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/apt-vendor.ent.sh
- OUTPUT_FILE ${CMAKE_CURRENT_BINARY_DIR}/apt-vendor.ent)