Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Linking with fmt could to get a error like the following: /usr/local/lib/libfmt.a(format.cc.o): relocation R_X86_64_PC32 against symbol `stderr@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC To fix it, CMAKE_POSITION_INDEPENDENT_CODE must be configured. Signed-off-by: Lucas Dias <[email protected]>
- Loading branch information