fix(CMake/Bash): -DSCRIPTS cmake param (#6522)
This commit is contained in:
2
conf/dist/config.sh
vendored
2
conf/dist/config.sh
vendored
@@ -60,7 +60,7 @@ CDEBUG=OFF
|
||||
# * MinSizeRel: same as Release but optimizing for size rather than speed.
|
||||
CTYPE=${CTYPE:-Release}
|
||||
# compile scripts
|
||||
CSCRIPTS=${CSCRIPTS:-ON}
|
||||
CSCRIPTS=${CSCRIPTS:-static}
|
||||
# compile unit tests
|
||||
CBUILD_TESTING=OFF
|
||||
# compile server
|
||||
|
||||
Reference in New Issue
Block a user