proof: Defer theory dependencies to isabelle
Instead of explicitly depending on Kernel_C.thy prior to generating proofs, this removes the dependency check and leaves isabelle to check the dependency upon import.
This commit is contained in:
parent
567127defe
commit
eac4f6bfa2
1 changed files with 0 additions and 1 deletions
|
|
@ -133,7 +133,6 @@ function(GenThyBFTarget args target_name target_file pbf_path pbf_target prunes
|
|||
foreach(prune IN LISTS prunes)
|
||||
list(APPEND args "--prune" "${prune}")
|
||||
endforeach()
|
||||
list(APPEND deps "${CSPEC_DIR}/Kernel_C.thy" ${prunes})
|
||||
GenBFTarget("${args}" "${target_name}" "${target_file}" "${pbf_path}" "${pbf_target}" "${deps}")
|
||||
endfunction(GenThyBFTarget)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue