From 2e718ebd3f968a675dfbc36bb4a126e13186eddf Mon Sep 17 00:00:00 2001 From: h3n4l Date: Thu, 2 Nov 2023 19:03:51 +0800 Subject: [PATCH] fix: tweak word antrl to antlr (#4459) Signed-off-by: h3n4l --- runtime/Cpp/cmake/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/Cpp/cmake/README.md b/runtime/Cpp/cmake/README.md index c28af520dd..aac713a77d 100644 --- a/runtime/Cpp/cmake/README.md +++ b/runtime/Cpp/cmake/README.md @@ -34,7 +34,7 @@ set(ANTLR4_WITH_STATIC_CRT OFF) # add external build for antlrcpp include(ExternalAntlr4Cpp) -# add antrl4cpp artifacts to project environment +# add antlr4cpp artifacts to project environment include_directories(${ANTLR4_INCLUDE_DIRS}) # set variable pointing to the antlr tool that supports C++