diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/build.sh | 4 |
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() { |