diff --git a/postgresql/pq-extra/CMakeLists.txt b/postgresql/pq-extra/CMakeLists.txt index d3ddc389a3c7..68f6fd35215d 100644 --- a/postgresql/pq-extra/CMakeLists.txt +++ b/postgresql/pq-extra/CMakeLists.txt @@ -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)