From 2a6849441635c4445befc8aa541fe89647792b8e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 14 Apr 2022 00:38:16 +0100 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 9d8e961..06aacc9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -271,7 +271,7 @@ set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${VEYON_LIB_DIR}") set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) -include(cmake/CPackDefinitions.cmake) +#include(cmake/CPackDefinitions.cmake) # make sub-directories -- 2.30.2