From 38e6cfdeea7f3406983be3e4641c6267bfe7ee07 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 27 Feb 2021 12:19:34 +0000 Subject: [PATCH] Ignore CPackDefinitions.cmake for official Debian package. Gbp-Pq: Name 2001_disable-CPackDefinitions-cmake.patch --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c0775e9..811766a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -278,7 +278,7 @@ endif() # # package generation # -INCLUDE(cmake/CPackDefinitions.cmake) +#INCLUDE(cmake/CPackDefinitions.cmake) -- 2.30.2