diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-06-04 17:53:44 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-06-04 17:53:44 -0400 |
| commit | 3b30be51008b8259db9b826b10096fb35d324a2e (patch) | |
| tree | 40ed563750a299b93caa1f91f7f1885119833ea7 /cmake | |
| parent | bb038280d2b5e12916d14587fd5e82455b456698 (diff) | |
| download | spm_packages-3b30be51008b8259db9b826b10096fb35d324a2e.tar.gz | |
Back to linux development
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() { |
