Skip to content

Commit

Permalink
conan: require make
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Dec 4, 2024
1 parent 3f7dc9b commit ad0db15
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 @@ -14,7 +14,7 @@ class ProrabConan(ConanFile):
package_type = "build-scripts"

def requirements(self):
self.tool_requires("make/[>=4.4.1]")
self.requires("make/[>=4.4.1]", run=True, visible=True)

# save commit and remote URL to conandata.yml for packaging
def export(self):
Expand Down

0 comments on commit ad0db15

Please sign in to comment.