File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ tasks:
132
132
# Required parameters
133
133
# @param {string} NAME Project name that must match the CMake package name.
134
134
# @param {string} TAR_SHA256 Content hash to verify the downloaded tar file against.
135
- # @param {string} TAR_URL
135
+ # @param {string} TAR_URL URL of the tarball to download.
136
136
# @param {string} WORK_DIR Base directory to store the build, install, and src directories inside.
137
137
#
138
138
# CMake parameters
@@ -156,21 +156,21 @@ tasks:
156
156
# file.
157
157
install-remote-tar :
158
158
internal : true
159
- label : " {{.TASK}}:{{.NAME}}-{{.URL }}-{{.INSTALL_PREFIX}}"
159
+ label : " {{.TASK}}:{{.NAME}}-{{.TAR_URL }}-{{.INSTALL_PREFIX}}"
160
160
vars :
161
161
# CMake parameters
162
162
CMAKE_BUILD_ARGS :
163
- ref : " default (list) .BUILD_ARGS "
163
+ ref : " default (list) .CMAKE_BUILD_ARGS "
164
164
CMAKE_GEN_ARGS :
165
- ref : " default (list) .GEN_ARGS "
165
+ ref : " default (list) .CMAKE_GEN_ARGS "
166
166
CMAKE_INSTALL_ARGS :
167
167
ref : " default (list) .CMAKE_INSTALL_ARGS"
168
168
CMAKE_JOBS : >-
169
- {{default "" .JOBS }}
169
+ {{default "" .CMAKE_JOBS }}
170
170
CMAKE_SETTINGS_DIR : >-
171
171
{{default (printf "%s/cmake-settings" .WORK_DIR) .CMAKE_SETTINGS_DIR}}
172
172
CMAKE_TARGETS :
173
- ref : " default (list) .TARGETS "
173
+ ref : " default (list) .CMAKE_TARGETS "
174
174
175
175
# Directory parameters
176
176
BUILD_DIR : >-
@@ -187,7 +187,7 @@ tasks:
187
187
vars :
188
188
FILE_SHA256 : " {{.TAR_SHA256}}"
189
189
OUTPUT_DIR : " {{.SOURCE_DIR}}"
190
- URL : " {{.URL }}"
190
+ URL : " {{.TAR_URL }}"
191
191
cmds :
192
192
- task : " generate"
193
193
vars :
You can’t perform that action at this time.
0 commit comments