Skip to content

Commit 3ca3155

Browse files
committed
Should be recursive
1 parent 20fa1c7 commit 3ca3155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

decrypt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ unzip REFPROP.zip -d REFPROP
77

88
apt-get -y -m update && DEBIAN_FRONTEND=noninteractive apt-get install -y cmake g++ dos2unix
99

10-
git clone https://github.com/usnistgov/REFPROP-cmake
10+
git clone --recursive https://github.com/usnistgov/REFPROP-cmake
1111
cd REFPROP-cmake
1212
cmake -B bld -S . -DCMAKE_BUILD_TYPE=Release -DREFPROP_FORTRAN_PATH=`pwd`/../REFPROP/FORTRAN
1313
cmake --build bld --config Release

0 commit comments

Comments
 (0)