mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-06 02:30:26 -08:00
Force to use external mysql lib instead of sources
Currently sources are not compiled on some VS
This commit is contained in:
parent
e947363b23
commit
61a3d89030
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue