Skip to content
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -688,7 +688,7 @@ set_source_files_properties(${BISON_PARSER_GRAM_OUTPUTS}
688
688
689
689
add_custom_command (
690
690
MAIN_DEPENDENCY ${BISON_PARSER_GRAM_OUTPUTS}
691
- OUTPUT ${PROJECT_SOURCE_DIR} /src/inlude /parser/gram.h
691
+ OUTPUT ${PROJECT_SOURCE_DIR} /src/include /parser/gram.h
692
692
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR} /parser/gram.h ${PROJECT_SOURCE_DIR} /src/include/parser/gram.h
693
693
)
694
694
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ set(plpgsql_SRCS
20
20
21
21
add_library (plpgsql SHARED ${plpgsql_SRCS} )
22
22
set_target_properties (plpgsql PROPERTIES PREFIX "" )
23
+ add_dependencies (plpgsql postgres )
23
24
24
25
install (TARGETS plpgsql
25
26
RUNTIME DESTINATION ${PGBINDIR}
You can’t perform that action at this time.
0 commit comments