Skip to content

Commit

Permalink
Remove unneeded cmake required libraries (#884)
Browse files Browse the repository at this point in the history
Remove `CMAKE_REQUIRED_LIBRARIES pq`, since none of the feature tests need linking with pq.
  • Loading branch information
killerbot242 authored Aug 17, 2024
1 parent 0600480 commit 5567726
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmake/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ endif()

check_function_exists("poll" PQXX_HAVE_POLL)

set(CMAKE_REQUIRED_LIBRARIES pq)

# Incorporate feature checks based on C++ feature test mac
include(pqxx_cxx_feature_checks)

Expand Down

0 comments on commit 5567726

Please sign in to comment.