Build static fmtlib with -fPIC.

This commit is contained in:
Allison Vacanti
2021-12-15 12:54:53 -05:00
parent af03585543
commit d0c90ff920

View File

@@ -8,6 +8,7 @@ rapids_cpm_find(fmt 7.1.3
OPTIONS
# Force static to keep fmt internal.
"BUILD_SHARED_LIBS OFF"
"CMAKE_POSITION_INDEPENDENT_CODE ON"
)
################################################################################