diff options
Diffstat (limited to 'dep')
-rw-r--r-- | dep/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt index ee54221b66c..0913649dc0c 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) @@ -24,7 +24,7 @@ if(SERVERS OR TOOLS) add_subdirectory(jemalloc) endif() -if(SERVERS) +if (SERVERS) add_subdirectory(mysql) add_subdirectory(readline) add_subdirectory(gsoap) @@ -33,6 +33,6 @@ if(SERVERS) add_subdirectory(protobuf) endif() -if(TOOLS) +if (TOOLS) add_subdirectory(CascLib) endif() |