mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Changed: Allow to compile Ryzom tools even without MySQL (mysql client library has compilation problems with VC++ 2015)
This commit is contained in:
parent
caf43e2d37
commit
458ea3cf89
1 changed files with 4 additions and 2 deletions
|
@ -13,6 +13,8 @@ ADD_SUBDIRECTORY(client)
|
||||||
IF(WITH_RYZOM_SERVER OR WITH_RYZOM_TOOLS)
|
IF(WITH_RYZOM_SERVER OR WITH_RYZOM_TOOLS)
|
||||||
# Need servershare for build packed collision tool
|
# Need servershare for build packed collision tool
|
||||||
# Need aishare for build wmap tool
|
# Need aishare for build wmap tool
|
||||||
FIND_PACKAGE(MySQL REQUIRED)
|
FIND_PACKAGE(MySQL)
|
||||||
ADD_SUBDIRECTORY(server)
|
IF(MYSQL_FOUND)
|
||||||
|
ADD_SUBDIRECTORY(server)
|
||||||
|
ENDIF()
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
Loading…
Reference in a new issue