Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions contrib/build-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ case "$1" in
REPODIR=cachelib/external/$NAME
SRCDIR=$REPODIR
external_git_clone=yes
external_git_tag="8.0.1"
cmake_custom_params="-DBUILD_SHARED_LIBS=ON"
if test "$build_tests" = "yes" ; then
cmake_custom_params="$cmake_custom_params -DFMT_TEST=YES"
Expand Down