From 867fb5a09c0cc1eeeb9c7dfce8f7f30f172fa152 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Thu, 12 Mar 2026 13:38:49 +0900 Subject: [PATCH] `--build` option should be an optional parameter --- src/_cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_cmake b/src/_cmake index ad5e156..8822589 100644 --- a/src/_cmake +++ b/src/_cmake @@ -84,7 +84,7 @@ local -a cmake_build_options=( '-L-[List cache variables]::_values "options" "[non-advanced cache variables]" "A[advanced cache variables]" "H[non-advanced cached variables with help]" "AH[advanced cache variables with help]"' '--fresh[Configure a fresh build tree, removing any existing cache file]' - '--build[Build a CMake-generated project binary tree]:project directory:_path_files -/' + '--build[Build a CMake-generated project binary tree]::project directory:_path_files -/' '--install[Install a CMake-generated project binary tree]:project directory:_path_files -/' '--open[Open generated project in the associated application]:project directory:_path_files -/'