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++