mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
BuildSystem: Fix another typo *sighs*
--HG-- branch : trunk
This commit is contained in:
@@ -15,14 +15,14 @@ elseif( MSVC )
|
||||
endif()
|
||||
|
||||
if(CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||
if(SERVER)
|
||||
if(SERVERS)
|
||||
add_subdirectory(jemalloc)
|
||||
set(JEMALLOC_LIB "jemalloc")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(CMAKE_SYSTEM_NAME MATCHES "Windows")
|
||||
if(SERVER)
|
||||
if(SERVERS)
|
||||
add_subdirectory(acelite)
|
||||
if(USE_MYSQL_SOURCES)
|
||||
add_subdirectory(mysqllite)
|
||||
@@ -34,7 +34,7 @@ endif()
|
||||
|
||||
add_subdirectory(g3dlite)
|
||||
|
||||
if(SERVER)
|
||||
if(SERVERS)
|
||||
add_subdirectory(sockets)
|
||||
add_subdirectory(gsoap)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user