cmake: changed the regex to search for externals (#31688)

This commit is contained in:
Oliver Perks 2023-02-21 16:29:14 +00:00 committed by GitHub
parent 1636c89aba
commit cddef35ef8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")