Use vcpkg for fast-float and spdlog

This commit is contained in:
Magne Sjaastad
2024-08-14 13:31:12 +02:00
parent 3fdb30d1e9
commit f0e19b0fb5
7 changed files with 9 additions and 14 deletions

View File

@@ -633,11 +633,12 @@ set_property(
add_subdirectory(ThirdParty/tomlplusplus)
# ##############################################################################
# spdlog
# spdlog and fast_float
# ##############################################################################
add_subdirectory(ThirdParty/spdlog)
list(APPEND THIRD_PARTY_LIBRARIES spdlog)
find_package(FastFloat CONFIG REQUIRED)
find_package(spdlog CONFIG REQUIRED)
list(APPEND THIRD_PARTY_LIBRARIES FastFloat::fast_float spdlog::spdlog)
# ##############################################################################
# Arrow