From b1f6a619a81986ac7544949069dab28bbbfb267e Mon Sep 17 00:00:00 2001 From: click Date: Wed, 8 Sep 2010 14:46:10 +0200 Subject: Buildsystem: Correction on if-test in main CmakeLists.txt --HG-- branch : trunk --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 406b503808f..fab266c5848 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ include(CheckPlatform) find_package(PCHSupport) find_package(ACE REQUIRED) find_package(OpenSSL REQUIRED) -if(NOT EXTERNAL_MYSQL) +if( EXTERNAL_MYSQL ) find_package(MySQL REQUIRED) endif() -- cgit v1.2.3