Update yaml-cpp url (#3211)

autoupdate-open3d-v0.18.0
Ericele 1 year ago committed by GitHub
parent 294463a8f9
commit 8faedfa477
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/y/yaml-cpp/xmake.lua

@ -4,7 +4,7 @@ package("yaml-cpp")
set_description("A YAML parser and emitter in C++")
set_license("MIT")
add_urls("https://github.com/jbeder/yaml-cpp/archive/$(version).tar.gz", {version = function (version)
add_urls("https://github.com/jbeder/yaml-cpp/archive/refs/tags/$(version).tar.gz", {version = function (version)
return version:le("0.7.0") and "yaml-cpp-" .. tostring(version) or version
end})
add_urls("https://github.com/jbeder/yaml-cpp.git")

Loading…
Cancel
Save