We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4dd54 commit 175bf0bCopy full SHA for 175bf0b
packages/x/xproperty/xmake.lua
@@ -7,10 +7,11 @@ package("xproperty")
7
add_urls("https://github.com/jupyter-xeus/xproperty/archive/refs/tags/$(version).tar.gz",
8
"https://github.com/jupyter-xeus/xproperty.git")
9
10
+ add_versions("0.12.1", "e8fd89e8b4bfd1631189654156dc9da4f668e011f8ccf8bc3fdd723479922b18")
11
add_versions("0.12.0", "27cbc8e441dcc515a1ebbf11bad5ef240748d32f5e1adf84deed87a1dc57a440")
12
13
add_deps("cmake")
- add_deps("nlohmann_json")
14
+ add_deps("nlohmann_json", {configs = {cmake = true}})
15
16
on_install(function (package)
17
import("package.tools.cmake").install(package, {"-DCMAKE_POLICY_DEFAULT_CMP0057=NEW"})
0 commit comments