Skip to content

Commit 1b7b97b

Browse files
committed
Address review comments.
1 parent 9b041fe commit 1b7b97b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

exports/taskfiles/utils/cmake.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ tasks:
9898
# file should be stored.
9999
# @param {string[]} [EXTRA_ARGS] Any additional arguments to pass to the install command.
100100
# @param {string} [NAME] CMake project name (used in directory names and the CMake settings file).
101+
# Required if `CMAKE_SETTINGS_DIR` is set.
101102
install:
102103
internal: true
103104
label: "{{.TASK}}:{{.BUILD_DIR}}-{{.INSTALL_PREFIX}}-{{.EXTRA_ARGS}}"
@@ -152,8 +153,8 @@ tasks:
152153
# command.
153154
# @param {int} [CMAKE_JOBS] The maximum number of concurrent processes to use when building. If
154155
# 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.
157158
# @param {string[]} [CMAKE_TARGETS] A list of specific targets to build instead of the default
158159
# target.
159160
install-remote-tar:

0 commit comments

Comments
 (0)