Skip to content

Commit

Permalink
Update ANTLR4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Oct 4, 2024
1 parent 7ec0d75 commit af085f3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cmake_policy(SET CMP0094 NEW)
find_package(Python3 COMPONENTS Interpreter Development)
find_package(pybind11 REQUIRED)

set(ANTLR4_TAG 4.13.1)
set(ANTLR4_TAG 4.13.2)

SET(CMAKE_C_STANDARD 17)
set(CMAKE_CXX_STANDARD 23)
Expand Down
Binary file not shown.
3 changes: 0 additions & 3 deletions build_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ def banner(msg: str) -> None:
print("=" * 80)


# tool["cs_build"]={"antlr4_version": "4.13.0"}


def build_extension(debug: bool = False, use_temp_dir=False) -> None:
print("build_ext::build_extension()")

Expand Down

0 comments on commit af085f3

Please sign in to comment.