diff options
author | Subv <s.v.h21@hotmail.com> | 2012-09-28 09:01:13 -0500 |
---|---|---|
committer | Subv <s.v.h21@hotmail.com> | 2012-09-28 09:01:13 -0500 |
commit | e12f7ed3e89bc137ed8e893a6bbda8f3a5d9c63d (patch) | |
tree | a942ed50751c7242cfbc7012f03a291b12cfe768 /dep/CMakeLists.txt | |
parent | 753f43718e59d4bf94b35e25a335e845e2277002 (diff) |
Tools: Fixed build in MeshExtractor (almost)
Diffstat (limited to 'dep/CMakeLists.txt')
-rw-r--r-- | dep/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt index c01a1e3426a..f6db7ca22b7 100644 --- a/dep/CMakeLists.txt +++ b/dep/CMakeLists.txt @@ -22,7 +22,7 @@ endif() if(CMAKE_SYSTEM_NAME MATCHES "Windows") add_subdirectory(acelite) - if(SERVERS AND USE_MYSQL_SOURCES) + if(USE_MYSQL_SOURCES) add_subdirectory(mysqllite) endif() if(TOOLS) |