cmake: changed the regex to search for externals (#31688)
This commit is contained in:
parent
1636c89aba
commit
cddef35ef8
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class Cmake(Package):
|
|||
|
||||
tags = ["build-tools", "windows"]
|
||||
|
||||
executables = ["^cmake$"]
|
||||
executables = ["^cmake[0-9]*$"]
|
||||
|
||||
version("master", branch="master")
|
||||
version("3.25.2", sha256="c026f22cb931dd532f648f087d587f07a1843c6e66a3dfca4fb0ea21944ed33c")
|
||||
|
|
Loading…
Reference in a new issue