Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zachasme committed Oct 2, 2023
1 parent 7035694 commit ce2ac21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindPostgreSQL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ if(PostgreSQL_FOUND)

set_target_properties(PostgreSQL::PostgreSQL PROPERTIES
#INTERFACE_COMPILE_OPTIONS "${PostgreSQL_CFLAGS_OTHER}"
INTERFACE_INCLUDE_DIRECTORIES "${PostgreSQL_INCLUDE_DIRS}"
INTERFACE_INCLUDE_DIRECTORIES "${PostgreSQL_INCLUDE_DIRS}" /usr/local/include
)
endif()

Expand Down

0 comments on commit ce2ac21

Please sign in to comment.