Commit db6a7368 by Uilian Ries

#187 Remove cctz as external dependency

- CCTZ was embedded in absl/time/internal

Signed-off-by: Uilian Ries <uilianries@gmail.com>
parent 32930d7b
...@@ -16,7 +16,6 @@ class AbseilConan(ConanFile): ...@@ -16,7 +16,6 @@ class AbseilConan(ConanFile):
exports_sources = ["CMakeLists.txt", "CMake/*", "absl/*"] exports_sources = ["CMakeLists.txt", "CMake/*", "absl/*"]
generators = "cmake" generators = "cmake"
settings = "os", "arch", "compiler", "build_type" settings = "os", "arch", "compiler", "build_type"
requires = "cctz/2.2@bincrafters/stable"
def configure(self): def configure(self):
if self.settings.os == "Windows" and \ if self.settings.os == "Windows" and \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment