diff options
author | Subv <s.v.h21@hotmail.com> | 2012-08-28 20:22:50 -0500 |
---|---|---|
committer | Subv <s.v.h21@hotmail.com> | 2012-08-28 20:22:50 -0500 |
commit | 52389e8ef00646ce623e8d2eef39c12cd7d2faec (patch) | |
tree | 5e983a20e587298141cd8c357c16f6edd6fdc1c9 /dep/CMakeLists.txt | |
parent | fa590d006e9026e95cd666223eee68fae8a33a68 (diff) |
CMake/BuildSystem: Add ACE to the VS solution also when only building tools (its needed by the mmaps_generator)
Diffstat (limited to 'dep/CMakeLists.txt')
-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) |