aboutsummaryrefslogtreecommitdiff
path: root/dep
diff options
context:
space:
mode:
authorSubv <s.v.h21@hotmail.com>2012-09-28 09:01:13 -0500
committerSubv <s.v.h21@hotmail.com>2012-09-28 09:01:13 -0500
commite12f7ed3e89bc137ed8e893a6bbda8f3a5d9c63d (patch)
treea942ed50751c7242cfbc7012f03a291b12cfe768 /dep
parent753f43718e59d4bf94b35e25a335e845e2277002 (diff)
Tools: Fixed build in MeshExtractor (almost)
Diffstat (limited to 'dep')
-rw-r--r--dep/CMakeLists.txt2
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)