Skip to content

Commit

Permalink
msgpack-cxx: remove cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Jul 13, 2024
1 parent 311850d commit 89d02e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/m/msgpack-cxx/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ package("msgpack-cxx")

add_configs("boost", {description = "Use Boost", default = false, type = "boolean"})

add_deps("cmake")

on_load(function (package)
if package:config("boost") then
package:add("deps", "boost")
Expand Down

0 comments on commit 89d02e3

Please sign in to comment.