Force to use external mysql lib instead of sources

Currently sources are not compiled on some VS
This commit is contained in:
Yehonal 2016-09-04 10:44:38 +02:00
parent e947363b23
commit 61a3d89030

View file

@ -1,5 +1,5 @@
# Platform-specfic options # 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 # Package overloads
set(ACE_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/modules/worldengine/deps/acelite) set(ACE_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/modules/worldengine/deps/acelite)