Skip to content

Commit

Permalink
feat pg: update cmake find_package for ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiprof committed Feb 16, 2024
1 parent 0613405 commit 8ffb737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/pq-extra/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(NOT LDAP_LIBRARY)
endif()

find_package(PostgreSQLInternal REQUIRED)
find_package_required(OpenSSL "libssl-dev")
find_package(OpenSSL REQUIRED)
find_package(GssApi REQUIRED)
find_package(Threads REQUIRED)

Expand Down

0 comments on commit 8ffb737

Please sign in to comment.