From db6a73681472820e3d7295b24ca89dc69407306e Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Tue, 4 Dec 2018 14:41:28 -0200 Subject: #187 Remove cctz as external dependency - CCTZ was embedded in absl/time/internal Signed-off-by: Uilian Ries --- conanfile.py | 1 - 1 file changed, 1 deletion(-) (limited to 'conanfile.py') diff --git a/conanfile.py b/conanfile.py index 18b3aab2..6ac48705 100644 --- a/conanfile.py +++ b/conanfile.py @@ -16,7 +16,6 @@ class AbseilConan(ConanFile): exports_sources = ["CMakeLists.txt", "CMake/*", "absl/*"] generators = "cmake" settings = "os", "arch", "compiler", "build_type" - requires = "cctz/2.2@bincrafters/stable" def configure(self): if self.settings.os == "Windows" and \ -- cgit v1.2.3