diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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() |