Skip to content

Commit

Permalink
actor-framework: improve xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
star-hengxing committed Jul 5, 2024
1 parent 2d6a369 commit 8fd8698
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/a/actor-framework/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ package("actor-framework")
{
"-DCAF_ENABLE_EXAMPLES=OFF",
"-DCAF_ENABLE_TESTING=OFF",
"-DCAF_ENABLE_TESTING=OFF",
"-DCAF_ENABLE_TOOLS=OFF",
}
table.insert(configs, "-DCMAKE_BUILD_TYPE=" .. (package:is_debug() and "Debug" or "Release"))
Expand Down

0 comments on commit 8fd8698

Please sign in to comment.