BuildSystem: Fix another typo *sighs*

--HG--
branch : trunk
This commit is contained in:
click
2010-09-18 22:16:35 +02:00
parent b15ceaf830
commit bf3abefd6a

View File

@@ -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()