Skip to content

Commit 9b305e0

Browse files
Move epilogue.cmake after sqlparser (#869)
* Move epilogue.cmake after sqlparser * Fix path
1 parent ecc7733 commit 9b305e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/parser/proto_ast/gen/v1_proto/epilogue.cmake renamed to ydb/library/yql/parser/proto_ast/gen/v1_proto_split/epilogue.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ set(GRAMMAR_MULTILINE_COMMENT_CORE ".")
44

55
configure_file(
66
${CMAKE_SOURCE_DIR}/ydb/library/yql/sql/v1/SQLv1.g.in
7-
${CMAKE_BINARY_DIR}/ydb/library/yql/parser/proto_ast/gen/v1_proto/SQLv1.g
7+
${CMAKE_BINARY_DIR}/ydb/library/yql/parser/proto_ast/gen/v1_proto_split/SQLv1.g
88
)
99

0 commit comments

Comments
 (0)