summaryrefslogtreecommitdiff
path: root/cmake/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/build.sh')
-rw-r--r--cmake/build.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmake/build.sh b/cmake/build.sh
index 1159b5a..93ee27f 100644
--- a/cmake/build.sh
+++ b/cmake/build.sh
@@ -5,7 +5,9 @@ revision=0
sources=(
"https://github.com/Kitware/CMake/releases/download/v${version}/${name}-${version}.tar.gz"
)
-depends=()
+depends=(
+ "curl"
+)
function prepare() {