Fix ANTLR4 fake pthread dependency issue.

This fixes the snap package issue reported in:
https://github.com/ArthurSonzogni/Diagon/discussions/66

This is fixed by a pending patch in ANTLR:
https://github.com/antlr/antlr4/pull/4267
This commit is contained in:
ArthurSonzogni
2023-05-13 18:54:06 +02:00
parent 4167d67256
commit b2bf80fcaa
+4 -2
View File
@@ -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
)