Skip to content

Commit

Permalink
Fix build break in gaia_fdw (origin unknown).
Browse files Browse the repository at this point in the history
  • Loading branch information
senderista committed May 23, 2020
1 parent b3fa27d commit acdee42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions production/sql/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ set_target_properties(
add_dependencies(gaia_fdw gen_fbs)
# our private headers
target_include_directories(gaia_fdw PRIVATE "${PROJECT_SOURCE_DIR}/inc")
# common internal headers
target_include_directories(gaia_fdw PRIVATE "${GAIA_INC}/public/common")
# for flatbuffers generated code
target_include_directories(gaia_fdw SYSTEM PRIVATE "${GEN_DIR}")
# for postgres
Expand Down

0 comments on commit acdee42

Please sign in to comment.