Skip to content

Commit ad0db15

Browse files
committed
conan: require make
1 parent 3f7dc9b commit ad0db15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conan/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class ProrabConan(ConanFile):
1414
package_type = "build-scripts"
1515

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

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

0 commit comments

Comments
 (0)