Skip to content

Commit

Permalink
Now uses the ANTLR4_TAG in the filename references.
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Aug 23, 2023
1 parent fd52cbe commit 1906270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/substrait/textplan/parser/grammar/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ set(ANTLR4_WITH_STATIC_CRT OFF)

set(ANTLR4_TAG 4.13.0)
set(ANTLR4_ZIP_REPOSITORY
https://github.com/antlr/antlr4/archive/refs/tags/4.13.0.zip)
https://github.com/antlr/antlr4/archive/refs/tags/${ANTLR4_TAG}.zip)

include(ExternalAntlr4Cpp)

include_directories(${ANTLR4_INCLUDE_DIRS})

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

0 comments on commit 1906270

Please sign in to comment.