From b3465af64e2fff622e5509544eea149e8594d2b2 Mon Sep 17 00:00:00 2001 From: "B. Scott Michel" Date: Tue, 14 Nov 2023 12:58:33 -0800 Subject: [PATCH] CMake: cmake-builder.sh "-c" takes an argument --- cmake/cmake-builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/cmake-builder.sh b/cmake/cmake-builder.sh index 487bcfe8..0ea8d6ee 100755 --- a/cmake/cmake-builder.sh +++ b/cmake/cmake-builder.sh @@ -153,7 +153,7 @@ fi longopts=clean,help,flavor:,config:,nonetwork,novideo,notest,parallel,generate,testonly longopts=${longopts},noinstall,installonly,verbose,target:,lto,debugWall,cppcheck,cpack_suffix: -ARGS=$(${getopt_prog} --longoptions $longopts --options xhf:cpg -- "$@") +ARGS=$(${getopt_prog} --longoptions $longopts --options xhf:c:pg -- "$@") if [ $? -ne 0 ] ; then showHelp "${scriptName}: Usage error (use -h for help.)" fi