Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Feb 12, 2024
1 parent 42fc1cc commit eff90fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/setup-centos7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ function install_gtest {
}

function install_fmt {
rm -rf /usr/local/lib64/libfmt.a
rm -rf /usr/local/lib64/cmake/fmt
rm -rf /usr/local/include/fmt
github_checkout fmtlib/fmt "${FMT_VERSION}"
cmake_install -DFMT_TEST=OFF
}
Expand Down

0 comments on commit eff90fe

Please sign in to comment.