Disable FETCHCONTENT_FULLY_DISCONNECTED on ppa release

This commit is contained in:
Rodrigo Q. Saramago 2022-10-05 10:13:55 +02:00
parent 70b0fb6366
commit 6c167374f7
No known key found for this signature in database
GPG Key ID: 9B36B2525704A359

View File

@ -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 <<EOF > debian/copyright
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/