diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2020-11-29 19:28:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-29 19:28:47 +0100 |
commit | c838b371dd2a25f9fc9d12d4849bb54046a49291 (patch) | |
tree | 5769cac17d38703bb0e37ab982fc5aeb604e5354 /conf/dist/config.sh | |
parent | 885f45c63c10c96d8a955cf5c659e91acf325a92 (diff) |
chore(CMake/Tests): use conventional CMake flag to enable tests (#3809)
Diffstat (limited to 'conf/dist/config.sh')
-rw-r--r-- | conf/dist/config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/dist/config.sh b/conf/dist/config.sh index 9d6492d6df..7bdd13f949 100644 --- a/conf/dist/config.sh +++ b/conf/dist/config.sh @@ -48,7 +48,7 @@ CTYPE=Release # compile scripts CSCRIPTS=ON # compile unit tests -CUNIT_TESTS=OFF +CBUILD_TESTING=OFF # compile server CSERVERS=ON # compile tools |