Skip to content

Commit

Permalink
typo in conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean1995 committed Oct 12, 2023
1 parent d6d40a1 commit 61817cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 61817cc

Please sign in to comment.