diff options
author | ipriver <g1ran1q@gmail.com> | 2020-06-22 15:27:03 +0300 |
---|---|---|
committer | Peter Keresztes Schmidt <carbenium@outlook.com> | 2020-06-24 14:42:02 +0200 |
commit | a46d047f9466c6f16597755bb7c771a9d1a147f2 (patch) | |
tree | 136303f021208e514db5c9b0fff1b65dc8d2d3cf /dep | |
parent | b210bb37130087d9a25a61dfb1b8baa60540c12c (diff) |
fixed indentation for cmake files
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 ac97ddb1c5d..2c27101c114 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,14 +25,14 @@ if (SERVERS OR TOOLS) add_subdirectory(argon2) endif() -if (SERVERS) +if(SERVERS) add_subdirectory(mysql) add_subdirectory(readline) add_subdirectory(gsoap) add_subdirectory(efsw) endif() -if (TOOLS) +if(TOOLS) add_subdirectory(bzip2) add_subdirectory(libmpq) endif() |