File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 98
98
# file should be stored.
99
99
# @param {string[]} [EXTRA_ARGS] Any additional arguments to pass to the install command.
100
100
# @param {string} [NAME] CMake project name (used in directory names and the CMake settings file).
101
+ # Required if `CMAKE_SETTINGS_DIR` is set.
101
102
install :
102
103
internal : true
103
104
label : " {{.TASK}}:{{.BUILD_DIR}}-{{.INSTALL_PREFIX}}-{{.EXTRA_ARGS}}"
@@ -152,8 +153,8 @@ tasks:
152
153
# command.
153
154
# @param {int} [CMAKE_JOBS] The maximum number of concurrent processes to use when building. If
154
155
# omitted, the native build tool's default number is used. See `man cmake`.
155
- # @param {string} [CMAKE_SETTINGS_DIR={{.WORK_DIR}}/cmake-settings ] The directory where the
156
- # project's CMake settings file should be stored.
156
+ # @param {string} [CMAKE_SETTINGS_DIR] The directory where the project's CMake settings file
157
+ # should be stored.
157
158
# @param {string[]} [CMAKE_TARGETS] A list of specific targets to build instead of the default
158
159
# target.
159
160
install-remote-tar :
You can’t perform that action at this time.
0 commit comments