aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dep/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt
index 2ebca2bf023..4b11eda2fdd 100644
--- a/dep/CMakeLists.txt
+++ b/dep/CMakeLists.txt
@@ -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()