Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: set CMAKE_POSITION_INDEPENDENT_CODE to ON on Unix
This is needed because we're using the static libraries in a dynamic library (the Unreal Plugin). Fixes the error: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
- Loading branch information