Remove GLOBAL tags from fmt targets. (#281)

Fixes #279.
This commit is contained in:
Allison Piper
2025-10-21 11:16:44 -04:00
committed by GitHub
parent e6283df79c
commit 9b133a94bc

View File

@@ -9,7 +9,6 @@ if(NOT BUILD_SHARED_LIBS AND NVBench_ENABLE_INSTALL_RULES)
endif()
rapids_cpm_find(fmt 11.2.0 ${export_set_details}
GLOBAL_TARGETS fmt::fmt fmt::fmt-header-only
CPM_ARGS
GIT_REPOSITORY "https://github.com/fmtlib/fmt.git"
GIT_TAG "11.2.0"