From 23a94e7b154726599b9112b91ebedb32af9ff22c Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Sat, 13 Nov 2010 16:18:47 +0100 Subject: Add a warning about the experimental state of PostgreSQL support. Trivial fix. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ed39e69..c777311 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,7 @@ IF(WITH_MYSQL) ENDIF() IF(WITH_POSTGRESQL) + MESSAGE(STATUS "Warning: PostgreSQL support will likely not work...") SET(WITH_SQLITE OFF) SET(WITH_MYSQL OFF) ENDIF() -- cgit