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 6be07f4 commit b246a50
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 @@ -65,7 +65,7 @@ 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")
list(APPEND PostgreSQL_INCLUDE_DIRS "/usr/local/lib")
endif()

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

0 comments on commit b246a50

Please sign in to comment.