Skip to content

Commit 175bf0b

Browse files
xproperty: update to 0.12.1 (#8309)
* fix: use cmake to install dep * Remove specify version for nlohmann_json --------- Co-authored-by: star9029 <hengxings783@gmail.com>
1 parent 2f4dd54 commit 175bf0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/x/xproperty/xmake.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ package("xproperty")
77
add_urls("https://github.com/jupyter-xeus/xproperty/archive/refs/tags/$(version).tar.gz",
88
"https://github.com/jupyter-xeus/xproperty.git")
99

10+
add_versions("0.12.1", "e8fd89e8b4bfd1631189654156dc9da4f668e011f8ccf8bc3fdd723479922b18")
1011
add_versions("0.12.0", "27cbc8e441dcc515a1ebbf11bad5ef240748d32f5e1adf84deed87a1dc57a440")
1112

1213
add_deps("cmake")
13-
add_deps("nlohmann_json")
14+
add_deps("nlohmann_json", {configs = {cmake = true}})
1415

1516
on_install(function (package)
1617
import("package.tools.cmake").install(package, {"-DCMAKE_POLICY_DEFAULT_CMP0057=NEW"})

0 commit comments

Comments
 (0)