mirror of
https://github.com/ArthurSonzogni/Diagon.git
synced 2026-08-29 08:34:44 +08:00
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:
+4
-2
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user