Skip to content

Commit

Permalink
Try backing up one antlr version
Browse files Browse the repository at this point in the history
  • Loading branch information
skef committed Nov 5, 2024
1 parent bbbacb9 commit 80c7440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
add_definitions(-DANTLR4CPP_STATIC)
set(ANTLR4_WITH_STATIC_CRT OFF)
# 4.9.3 is the latest ANTLR4 version
set(ANTLR4_TAG tags/4.13.2)
set(ANTLR4_TAG tags/4.13.1)
include(ExternalAntlr4Cpp)


Expand Down

0 comments on commit 80c7440

Please sign in to comment.