Skip to content

Commit

Permalink
msgpack-cxx: remove `package:set("kind", "library", {headeronly = tru…
Browse files Browse the repository at this point in the history
…e})`
  • Loading branch information
Chi-EEE committed Jul 14, 2024
1 parent 8803174 commit ef09292
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/m/msgpack-cxx/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ package("msgpack-cxx")
add_configs("boost", {description = "Use Boost", default = true, type = "boolean"})

on_load(function (package)
if package:config("header_only") then
package:set("kind", "library", {headeronly = true})
else
if not package:config("header_only") then
package:add("deps", "cmake")
end
Expand Down

0 comments on commit ef09292

Please sign in to comment.