Closed
Description
CBMC version: 5.48.0
Operating system: linux
Exact command line resulting in the issue:
- wget http://ftp.debian.org/debian/pool/main/m/minisat2/minisat2_2.2.1.orig.tar.gz build/minisat2-download/minisat2-download-prefix/src/minisat2_2.2.1.orig.tar.gz
- turn off internet connection
cmake ../source/
What behaviour did you expect:
a way to prevent downloading of minisat2 sources again and again and again, as they are already in place
What happened instead:
error: downloading 'http://ftp.debian.org/debian/pool/main/m/minisat2/minisat2_2.2.1.orig.tar.gz' failed
please add a way to define the sources of the download_project cmake snippet (
cbmc/src/solvers/CMakeLists.txt
Line 71 in 087296a