Remove usage of ANTLR executable.

This commit is contained in:
Arthur Sonzogni
2018-01-20 22:06:29 +01:00
parent 9031b4048c
commit a72273a364
-6
View File
@@ -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>))