Skip to content

Commit

Permalink
gici: fix incompatible glog target name
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Apr 24, 2024
1 parent 51c6541 commit c8e04cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/gici/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def generate(self):
tc.generate()

deps = CMakeDeps(self)
deps.set_property("glog", "cmake_target_name", "glog")
deps.generate()

def _patch_sources(self):
Expand Down

0 comments on commit c8e04cb

Please sign in to comment.