mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-03-14 20:27:24 +00:00
Force fmt to build static libs.
Otherwise it shows up in our export set when a parent project enables BUILD_SHARED_LIBS
This commit is contained in:
@@ -5,6 +5,9 @@ rapids_cpm_find(fmt 7.1.3
|
||||
GITHUB_REPOSITORY fmtlib/fmt
|
||||
GIT_TAG 7.1.3
|
||||
GIT_SHALLOW TRUE
|
||||
OPTIONS
|
||||
# Force static to keep fmt internal.
|
||||
"BUILD_SHARED_LIBS OFF"
|
||||
)
|
||||
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user