fix(CMake/Bash): -DSCRIPTS cmake param (#6522)
This commit is contained in:
parent
569e3399c6
commit
1e4a73972e
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue