Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Revert "Update antlr 4.9.3 -> 4.13.0"
Browse files Browse the repository at this point in the history
This reverts commit 070bf24.
  • Loading branch information
Gashmob committed Jul 23, 2023
1 parent 070bf24 commit 0c1c8a9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed bin/antlr-4.13.0-complete.jar
Binary file not shown.
Binary file added bin/antlr-4.9.3-complete.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add_definitions(-DANTLR4CPP_STATIC)

set(ANTLR4_WITH_STATIC_CRT OFF)

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

include(ExternalAntlr4Cpp)
Expand Down

0 comments on commit 0c1c8a9

Please sign in to comment.