···26262727# set variable pointing to the antlr tool that supports C++
2828# this is not required if the jar file can be found under PATH environment
2929-set(ANTLR_EXECUTABLE ${CMAKE_CURRENT_SOURCE_DIR}/../third_party/antlr4/antlr-4.9-complete.jar)
2929+set(ANTLR_EXECUTABLE ${CMAKE_CURRENT_SOURCE_DIR}/../third_party/antlr4_lib/antlr-4.9-complete.jar)
30303131# add macros to generate ANTLR Cpp code from grammar
3232find_package(ANTLR REQUIRED)