We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7dc9b commit ad0db15Copy full SHA for ad0db15
conan/conanfile.py
@@ -14,7 +14,7 @@ class ProrabConan(ConanFile):
14
package_type = "build-scripts"
15
16
def requirements(self):
17
- self.tool_requires("make/[>=4.4.1]")
+ self.requires("make/[>=4.4.1]", run=True, visible=True)
18
19
# save commit and remote URL to conandata.yml for packaging
20
def export(self):
0 commit comments