diff --git a/conanfile.py b/conanfile.py index 4652389a..6f23059c 100644 --- a/conanfile.py +++ b/conanfile.py @@ -69,7 +69,7 @@ def requirements(self): self.requires("spdlog/1.11.0", transitive_headers=True, transitive_libs=True) # nlohmann_json: public headers include json.hpp and json_fwd.hpp self.requires("nlohmann_json/3.11.2", transitive_headers=True) - self.requires("20230125.3") + self.requires("abseil/20230125.3") if self.options.with_python: self.requires("pybind11/2.10.1") if self.options.with_testing: