1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

Utilities/Scripts: Drop CommandArgument lexer/parser generation step

This was missed in commit 292aaffb78 (Source: Remove unused
cmCommandArgument{Lexer,Parser}, 2024-12-09, v4.0.0-rc1~156^2~3).
This commit is contained in:
Brad King
2025-09-08 14:37:50 -04:00
committed by Sergiu Deitsch
parent 50e5040cda
commit 63328f01f8
2 changed files with 0 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ pushd "${BASH_SOURCE%/*}/../../Source/LexerParser" > /dev/null
extra_args_CommandArgument="--never-interactive --batch"
for lexer in \
CommandArgument \
CTestResourceGroups \
DependsJava \
Expr \

View File

@@ -10,7 +10,6 @@ fi
pushd "${BASH_SOURCE%/*}/../../Source/LexerParser" > /dev/null
for parser in \
CommandArgument \
DependsJava \
Expr \
Fortran