antlr4-cpp-runtime: update dependencies (#43115)
* update dependencies * Update package.py
This commit is contained in:
parent
3a828358cb
commit
7506acabe7
@ -27,6 +27,8 @@ class Antlr4CppRuntime(CMakePackage):
|
|||||||
)
|
)
|
||||||
|
|
||||||
depends_on("libuuid", type=["build", "link"], when="@:4.10.1")
|
depends_on("libuuid", type=["build", "link"], when="@:4.10.1")
|
||||||
|
depends_on("git", type=["build"])
|
||||||
|
depends_on("pkgconfig", type=["build"])
|
||||||
|
|
||||||
def cmake_args(self):
|
def cmake_args(self):
|
||||||
args = [
|
args = [
|
||||||
|
Loading…
Reference in New Issue
Block a user