diff options
-rw-r--r-- | dep/CMakeLists.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt index 48a2fd56ec0..c01a1e3426a 100644 --- a/dep/CMakeLists.txt +++ b/dep/CMakeLists.txt @@ -21,11 +21,9 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux") endif() if(CMAKE_SYSTEM_NAME MATCHES "Windows") - if(SERVERS) - add_subdirectory(acelite) - if(USE_MYSQL_SOURCES) + add_subdirectory(acelite) + if(SERVERS AND USE_MYSQL_SOURCES) add_subdirectory(mysqllite) - endif() endif() if(TOOLS) add_subdirectory(bzip2) |