mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use vcpkg for fast-float and spdlog
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user