From 74507831e0d6830596245ec99c7a840988f150b8 Mon Sep 17 00:00:00 2001 From: mik1893 Date: Sat, 9 Jul 2016 23:56:08 +0100 Subject: [PATCH] Force CMAKE to check for MYSQL libraries - do not use mysql sources --- CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 869869b4d..a57662fd1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,10 +58,7 @@ find_package(PCHSupport) find_package(ACE REQUIRED) find_package(OpenSSL REQUIRED) find_package(Threads REQUIRED) - -if( NOT USE_MYSQL_SOURCES ) - find_package(MySQL REQUIRED) -endif() +find_package(MySQL REQUIRED) if( UNIX ) find_package(Readline)