diff --git a/cmake/config.cmake b/cmake/config.cmake index 57b3eea0c..007d71abb 100644 --- a/cmake/config.cmake +++ b/cmake/config.cmake @@ -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)