fix(CMake/Bash): -DSCRIPTS cmake param (#6522)

This commit is contained in:
Francesco Borzì 2021-06-23 17:25:28 +02:00 committed by GitHub
parent 569e3399c6
commit 1e4a73972e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ MTHREADS=$(($(grep -c ^processor /proc/cpuinfo) + 2))
CWARNINGS=ON
CDEBUG=OFF
CTYPE=Release
CSCRIPTS=ON
CSCRIPTS=static
CBUILD_TESTING=ON
CSERVERS=ON
CTOOLS=ON