exclude from all for fast_float

This commit is contained in:
Maarten L. Hekkelman
2025-11-27 09:06:22 +01:00
parent 251fb55d6a
commit 510e336306

View File

@@ -176,7 +176,8 @@ if(NOT STD_CHARCONV_COMPILING)
message(NOTICE "libcifpp: Using fast_float for std::from_chars")
FetchContent_Declare(fastfloat
GIT_REPOSITORY "https://github.com/fastfloat/fast_float"
GIT_TAG v8.0.2)
GIT_TAG v8.0.2
EXCLUDE_FROM_ALL)
FetchContent_MakeAvailable(fastfloat)
endif()