summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-06-04 17:53:44 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-06-04 17:53:44 -0400
commit3b30be51008b8259db9b826b10096fb35d324a2e (patch)
tree40ed563750a299b93caa1f91f7f1885119833ea7 /cmake
parentbb038280d2b5e12916d14587fd5e82455b456698 (diff)
downloadspm_packages-3b30be51008b8259db9b826b10096fb35d324a2e.tar.gz
Back to linux development
Diffstat (limited to 'cmake')
-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() {