Skip to content

Commit 03f124b

Browse files
authored
Fix typo in cpp readme (#4786)
Signed-off-by: Kyamran <[email protected]>
1 parent 01ff8a8 commit 03f124b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/Cpp/cmake/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ By defualt the ANTLR C++ runtime source is cloned from GitHub. However, users ma
137137

138138
Visual C++ compiler users may want to additionally define `ANTLR4_WITH_STATIC_CRT` before including the file. Set `ANTLR4_WITH_STATIC_CRT` to true if ANTLR4 C++ runtime library should be compiled with `/MT` flag, otherwise will be compiled with `/MD` flag. This variable has a default value of `OFF`. Changing `ANTLR4_WITH_STATIC_CRT` after building the library may require reinitialization of CMake or `clean` for the library to get rebuilt.
139139

140-
You may need to modify your local copy of ExternalAntlr4Cpp.cpp to modify some build settings. For example, to specify the C++ standard to use when building the runtime, add `-DCMAKE_CXX_STANDARD:STRING=17` to `CMAKE_CACHE_ARGS`.
140+
You may need to modify your local copy of ExternalAntlr4Cpp.cmake to modify some build settings. For example, to specify the C++ standard to use when building the runtime, add `-DCMAKE_CXX_STANDARD:STRING=17` to `CMAKE_CACHE_ARGS`.
141141

142142
### Examples
143143

0 commit comments

Comments
 (0)