Skip to content

Commit

Permalink
Fix references to protoc compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
alexv-smirnov committed Jan 8, 2024
1 parent bb77248 commit 26f91ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN_ANTLR(
IF (USE_VANILLA_PROTOC)
SET(PROTOC_PATH contrib/tools/protoc_std)
ELSE()
SET(PROTOC_PATH contrib/tools/protoc)
SET(PROTOC_PATH contrib/tools/protoc/bin)
ENDIF()


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN_ANTLR(
IF (USE_VANILLA_PROTOC)
SET(PROTOC_PATH contrib/tools/protoc_std)
ELSE()
SET(PROTOC_PATH contrib/tools/protoc)
SET(PROTOC_PATH contrib/tools/protoc/bin)
ENDIF()


Expand Down

0 comments on commit 26f91ed

Please sign in to comment.