aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKudlaty <none@none>2009-09-14 04:31:44 +0200
committerKudlaty <none@none>2009-09-14 04:31:44 +0200
commit902f6a14e6970fe7aed8aeff758062d2778e5d7c (patch)
treed3426c51f3cad1476f5903aa292c773887ed3ca8
parent87a1679b4d4245d82139995ee6a24f0342e1592e (diff)
Set DO_MYSQL = 0 when we compile with PGSQL
--HG-- branch : trunk
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e553cf9676..4935404cc45 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -66,6 +66,7 @@ FIND_LIBRARY(SSLLIB NAMES ssl DOC "SSL library")
FIND_LIBRARY(ZLIB z "Zlib library")
IF(DO_POSTGRESQL)
+ SET(DO_MYSQL 0)
MESSAGE("* With PostgreSQL")
FIND_PostgreSQL()
ADD_DEFINITIONS(-DDO_POSTGRESQL)