mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-15 20:46:37 +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"
|
extra_args_CommandArgument="--never-interactive --batch"
|
||||||
|
|
||||||
for lexer in \
|
for lexer in \
|
||||||
CommandArgument \
|
|
||||||
CTestResourceGroups \
|
CTestResourceGroups \
|
||||||
DependsJava \
|
DependsJava \
|
||||||
Expr \
|
Expr \
|
||||||
|
@@ -10,7 +10,6 @@ fi
|
|||||||
pushd "${BASH_SOURCE%/*}/../../Source/LexerParser" > /dev/null
|
pushd "${BASH_SOURCE%/*}/../../Source/LexerParser" > /dev/null
|
||||||
|
|
||||||
for parser in \
|
for parser in \
|
||||||
CommandArgument \
|
|
||||||
DependsJava \
|
DependsJava \
|
||||||
Expr \
|
Expr \
|
||||||
Fortran
|
Fortran
|
||||||
|
Reference in New Issue
Block a user