Check for the presence of Physical_Quantities.

This commit is contained in:
Achim D. Brucker 2022-08-01 22:22:55 +01:00
parent 99facb109c
commit 6ee7058d51
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ check_isabelle_version() {
check_afp_entries() {
echo "* Checking availability of AFP entries:"
missing=""
required="Regular-Sets Functional-Automata"
required="Regular-Sets Functional-Automata Physical_Quantities"
for afp in $required; do
res=`$ISABELLE_TOOL build -n $afp 2>/dev/null || true`
if [ "$res" != "" ]; then