From 4bf0ed4049aea62436669f36253e0713dcd082fb Mon Sep 17 00:00:00 2001 From: Paul Seyfert Date: Wed, 1 Jan 2020 15:19:08 +0100 Subject: [PATCH] cmake: new command line options --- src/_cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/_cmake b/src/_cmake index e99bbd4..6803971 100644 --- a/src/_cmake +++ b/src/_cmake @@ -72,6 +72,8 @@ local cmake_build_options;cmake_build_options=( '-i[Run in wizard mode]' '-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]"' '--trace[Put cmake in trace mode]' + '--trace-redirect=[redirect trace output to file]:trace file:_files' + '--log-level=[only print messages at or above the specified log level]:loglevel:(ERROR WARNING NOTICE STATUS VERBOSE DEBUG TRACE)' '--find-package[Run in pkg-config like mode.]' ':cmake project:_files -/' )