From 6c167374f7617f7307b2bfe7c86c59d2f3c62847 Mon Sep 17 00:00:00 2001 From: "Rodrigo Q. Saramago" Date: Wed, 5 Oct 2022 10:13:55 +0200 Subject: [PATCH] Disable FETCHCONTENT_FULLY_DISCONNECTED on ppa release --- scripts/release_ppa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release_ppa.sh b/scripts/release_ppa.sh index ac0a68988..2acd62cd3 100755 --- a/scripts/release_ppa.sh +++ b/scripts/release_ppa.sh @@ -217,7 +217,7 @@ override_dh_shlibdeps: dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info override_dh_auto_configure: - dh_auto_configure -- -DTESTS=OFF ${CMAKE_OPTIONS} + dh_auto_configure -- -DTESTS=OFF -DFETCHCONTENT_FULLY_DISCONNECTED=OFF ${CMAKE_OPTIONS} EOF cat < debian/copyright Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/