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