Skip to content

Commit

Permalink
Fix ANTLR4 fake pthread dependency issue.
Browse files Browse the repository at this point in the history
This fixes the snap package issue reported in:
#66

This is fixed by a pending patch in ANTLR:
antlr/antlr4#4267
  • Loading branch information
ArthurSonzogni committed May 13, 2023
1 parent 4167d67 commit b2bf80f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ endif()
#-------------------------------------------------------------------------------

FetchContent_Declare(antlr
GIT_REPOSITORY https://github.com/antlr/antlr4
GIT_TAG 1cb4669f84cea5b59661fd44b0f80509fdacd3f9
#GIT_REPOSITORY https://github.com/antlr/antlr4
GIT_REPOSITORY https://github.com/ArthurSonzogni/antlr4
# GIT_TAG 1cb4669f84cea5b59661fd44b0f80509fdacd3f9
GIT_TAG remove-pthread
GIT_SHALLOW FALSE
GIT_PROGRESS TRUE
)
Expand Down

0 comments on commit b2bf80f

Please sign in to comment.