aboutsummaryrefslogtreecommitdiff
path: root/dep
diff options
context:
space:
mode:
Diffstat (limited to 'dep')
-rw-r--r--dep/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt
index 2557505ac25..51253239615 100644
--- a/dep/CMakeLists.txt
+++ b/dep/CMakeLists.txt
@@ -10,7 +10,7 @@
add_subdirectory(threads)
-if (SERVERS OR TOOLS)
+if(SERVERS OR TOOLS)
add_subdirectory(boost)
add_subdirectory(process)
add_subdirectory(zlib)
@@ -25,7 +25,7 @@ if (SERVERS OR TOOLS)
add_subdirectory(argon2)
endif()
-if (SERVERS)
+if(SERVERS)
add_subdirectory(mysql)
add_subdirectory(readline)
add_subdirectory(gsoap)
@@ -34,6 +34,6 @@ if (SERVERS)
add_subdirectory(protobuf)
endif()
-if (TOOLS)
+if(TOOLS)
add_subdirectory(CascLib)
endif()