From e12f7ed3e89bc137ed8e893a6bbda8f3a5d9c63d Mon Sep 17 00:00:00 2001 From: Subv Date: Fri, 28 Sep 2012 09:01:13 -0500 Subject: Tools: Fixed build in MeshExtractor (almost) --- dep/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dep') 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) -- cgit v1.2.3