diff --git a/conan/conanfile.py b/conan/conanfile.py index b714df9..e5e5b62 100644 --- a/conan/conanfile.py +++ b/conan/conanfile.py @@ -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):