diff options
-rw-r--r-- | CMakeLists.txt | 1 |
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) |