Skip to content

Commit

Permalink
Move epilogue.cmake after sqlparser (#869)
Browse files Browse the repository at this point in the history
* Move epilogue.cmake after sqlparser

* Fix path
  • Loading branch information
alexv-smirnov authored Jan 8, 2024
1 parent ecc7733 commit 9b305e0
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 9b305e0

Please sign in to comment.