Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexv-smirnov committed Jan 8, 2024
1 parent fcf385d commit 7909b8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set(GRAMMAR_MULTILINE_COMMENT_CORE ".")

configure_file(
${CMAKE_SOURCE_DIR}/ydb/library/yql/sql/v1/SQLv1.g.in
${CMAKE_BINARY_DIR}/ydb/library/yql/parser/proto_ast/gen/v1_proto/SQLv1.g
${CMAKE_BINARY_DIR}/ydb/library/yql/parser/proto_ast/gen/v1_proto_split/SQLv1.g
)

0 comments on commit 7909b8b

Please sign in to comment.