mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-01 19:34:29 +02:00
fmt dependency added
This commit is contained in:
@@ -46,7 +46,8 @@ class UnitsConan(ConanFile):
|
||||
settings = "os", "compiler", "build_type", "arch"
|
||||
requires = (
|
||||
"range-v3/0.9.1@ericniebler/stable",
|
||||
"Catch2/2.10.0@catchorg/stable"
|
||||
"Catch2/2.10.0@catchorg/stable",
|
||||
"fmt/6.0.0"
|
||||
)
|
||||
scm = {
|
||||
"type": "git",
|
||||
|
@@ -54,6 +54,7 @@ target_compile_features(units INTERFACE cxx_std_20)
|
||||
target_link_libraries(units
|
||||
INTERFACE
|
||||
CONAN_PKG::range-v3
|
||||
CONAN_PKG::fmt
|
||||
)
|
||||
target_include_directories(units
|
||||
INTERFACE
|
||||
|
Reference in New Issue
Block a user