mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 12:24:26 +02:00
build: range-v3
dependency fixed
This commit is contained in:
@@ -145,7 +145,7 @@ class UnitsConan(ConanFile):
|
||||
if compiler == "Visual Studio":
|
||||
self.cpp_info.components["core"].cxxflags = ["/utf-8"]
|
||||
elif compiler == "clang" and compiler.libcxx == "libc++":
|
||||
self.cpp_info.components["core"].requires.append("range-v3/range-v3")
|
||||
self.cpp_info.components["core"].requires.append("range-v3::range-v3")
|
||||
|
||||
# rest
|
||||
self.cpp_info.components["core-io"].requires = ["core"]
|
||||
|
Reference in New Issue
Block a user