Commit b6490ba5 authored by Ophélie Gagnard's avatar Ophélie Gagnard

Test (poorly) if lfmt (library fmt) is installed.

parent b1019530
......@@ -73,7 +73,7 @@ fi
## Install fmt library
# needed for scan-filesystem/ make nopython
if ! which fmt ; then
if [ ! -d "fmt" ]; then
git clone https://github.com/fmtlib/fmt.git
cd fmt && mkdir -p build_fmt && cd build_fmt
cmake -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ..
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment