Skip to content

Commit

Permalink
cxxflags?
Browse files Browse the repository at this point in the history
  • Loading branch information
zachasme committed Oct 2, 2023
1 parent 474fe12 commit 7b96585
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/FindPostgreSQL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ set(PostgreSQL_LINK_FLAGS "")
if(APPLE)
find_program(PostgreSQL_EXECUTABLE postgres REQUIRED NO_DEFAULT_PATH PATHS ${PostgreSQL_BIN_DIR})
set(PostgreSQL_LINK_FLAGS "-bundle_loader ${PostgreSQL_EXECUTABLE}")

list(APPEND PostgreSQL_INCLUDE_DIRS "/usr/lib/local")
endif()

# ----------------------------------------------------------------------------
Expand Down

0 comments on commit 7b96585

Please sign in to comment.