From bbf853d00727de2e43a55ec91a272de3c636bd0b Mon Sep 17 00:00:00 2001 From: Charlie Barto Date: Tue, 22 Nov 2016 13:07:05 -0500 Subject: added libodb-pgsql support --- ports/libodb/odbConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports/libodb') diff --git a/ports/libodb/odbConfig.cmake b/ports/libodb/odbConfig.cmake index 21631fadf..afe51dc16 100644 --- a/ports/libodb/odbConfig.cmake +++ b/ports/libodb/odbConfig.cmake @@ -1,4 +1,4 @@ -set(_supported_components libodb sqlite) +set(_supported_components libodb sqlite pgsql) foreach(_comp ${odb_FIND_COMPONENTS}) if(NOT ";${_supported_components};" MATCHES _comp) -- cgit v1.2.3