mirror of
https://github.com/ArthurSonzogni/Diagon.git
synced 2026-08-29 16:40:45 +08:00
Remove usage of ANTLR executable.
This commit is contained in:
@@ -21,12 +21,6 @@ message(" * Use Web : " ${Web})
|
||||
# ┌─────────────────────────────────────────────────┐
|
||||
# │ ANTLR │
|
||||
# └─────────────────────────────────────────────────┘
|
||||
find_program (antlr antlr4)
|
||||
if (antlr)
|
||||
message(STATUS "ANTLR4 (parser generator) found: " ${antlr})
|
||||
else()
|
||||
message(FATAL_ERROR "ANTLR4 not found")
|
||||
endif()
|
||||
|
||||
# Function
|
||||
# ANTLR(INPUT <input> (DEPENDENCIES <dependencies>))
|
||||
|
||||
Reference in New Issue
Block a user