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:

committed by
Sergiu Deitsch

parent
50e5040cda
commit
63328f01f8
@@ -12,7 +12,6 @@ pushd "${BASH_SOURCE%/*}/../../Source/LexerParser" > /dev/null
|
||||
extra_args_CommandArgument="--never-interactive --batch"
|
||||
|
||||
for lexer in \
|
||||
CommandArgument \
|
||||
CTestResourceGroups \
|
||||
DependsJava \
|
||||
Expr \
|
||||
|
@@ -10,7 +10,6 @@ fi
|
||||
pushd "${BASH_SOURCE%/*}/../../Source/LexerParser" > /dev/null
|
||||
|
||||
for parser in \
|
||||
CommandArgument \
|
||||
DependsJava \
|
||||
Expr \
|
||||
Fortran
|
||||
|
Reference in New Issue
Block a user