Skip to content

Commit

Permalink
Do not use the tag in the jar name which uses dashes instead of periods.
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Aug 23, 2023
1 parent 1906270 commit 3745cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/substrait/textplan/parser/grammar/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include(ExternalAntlr4Cpp)

include_directories(${ANTLR4_INCLUDE_DIRS})

file(DOWNLOAD https://www.antlr.org/download/${ANTLR4_TAG}-complete.jar
file(DOWNLOAD https://www.antlr.org/download/antlr-4.13.0-complete.jar
"${GRAMMAR_DIR}/antlr.jar")
set(ANTLR_EXECUTABLE "${GRAMMAR_DIR}/antlr.jar")
find_package(ANTLR REQUIRED)
Expand Down

0 comments on commit 3745cfb

Please sign in to comment.