Skip to content

Commit

Permalink
conan: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Nov 8, 2024
1 parent 1805be0 commit 7c730cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class VegConan(ConanFile):
def requirements(self):
self.requires("utki/[>=1.1.202]@cppfw/main", transitive_headers=True)
self.requires("rasterimage/[>=0.1.3]@cppfw/main", transitive_headers=True)
self.requires("agg/[>=0.0.0]@cppfw/main", transitive_headers=False)
self.requires("agg/[>=0.0.0]@cppfw/main", transitive_headers=True)

def build_requirements(self):
self.requires("tst/[>=0.3.29]@cppfw/main", visible=False)
Expand Down

0 comments on commit 7c730cb

Please sign in to comment.