summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2016-09-04 10:44:38 +0200
committerYehonal <yehonal.azeroth@gmail.com>2016-09-04 10:44:38 +0200
commit61a3d890302074903aa9ad9d7c8bc1f98d25c2e5 (patch)
treee068f0b5a6cf99a8b55fea96a001cf020d7583fa
parente947363b235dca534ed0559546b9f74622f004cc (diff)
Force to use external mysql lib instead of sources
Currently sources are not compiled on some VS
-rw-r--r--modules/worldengine/nucleus/src/cmake/platform/win/settings.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/worldengine/nucleus/src/cmake/platform/win/settings.cmake b/modules/worldengine/nucleus/src/cmake/platform/win/settings.cmake
index 4f86580e95..319164f76e 100644
--- a/modules/worldengine/nucleus/src/cmake/platform/win/settings.cmake
+++ b/modules/worldengine/nucleus/src/cmake/platform/win/settings.cmake
@@ -1,5 +1,5 @@
# Platform-specfic options
-option(USE_MYSQL_SOURCES "Use included MySQL-sources to build libraries" 1)
+option(USE_MYSQL_SOURCES "Use included MySQL-sources to build libraries" 0)
# Package overloads
set(ACE_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/modules/worldengine/deps/acelite)