Merge pull request #13611 from ethereum/fix-ppa-ubuntu-kinetic

Disable FETCHCONTENT_FULLY_DISCONNECTED on ppa release
This commit is contained in:
Daniel Kirchner 2022-10-05 13:23:45 +02:00 committed by GitHub
commit 6662053dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/