Skip to content

Commit

Permalink
Merge pull request #3146 from b1f6c1c4/patch-1
Browse files Browse the repository at this point in the history
Fix typo in ExternalAntlr4Cpp.cmake
  • Loading branch information
parrt authored Apr 8, 2021
2 parents 4dfacf6 + e6023b7 commit c254f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -290,3 +290,4 @@ YYYY/MM/DD, github id, Full name, email
2021/02/27, khmarbaise, Karl Heinz Marbaise, github@soebes.com
2021/03/02, hackeris
2021/03/03, xTachyon, Damian Andrei, xTachyon@users.noreply.github.com
2021/04/07, b1f6c1c4, Jinzheng Tu, b1f6c1c4@gmail.com
2 changes: 1 addition & 1 deletion runtime/Cpp/cmake/ExternalAntlr4Cpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ else()
EXCLUDE_FROM_ALL 1)
endif()

# Seperate build step as rarely people want both
# Separate build step as rarely people want both
set(ANTLR4_BUILD_DIR ${ANTLR4_ROOT})
if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.14.0")
# CMake 3.14 builds in above's SOURCE_SUBDIR when BUILD_IN_SOURCE is true
Expand Down

0 comments on commit c254f00

Please sign in to comment.