summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-11-07 22:38:45 +0800
committerruki <[email protected]>2024-11-07 22:38:45 +0800
commit86936573d8659a0a3a0d4507c1e89f65459e202f (patch)
tree86e12a873a78d3cc65e1ae6d74a39aad60cde372
parenta71785c9a6d7c7a3ca953986e155e50015c06214 (diff)
fix ninja policy #5792
-rw-r--r--xmake/core/project/policy.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/policy.lua b/xmake/core/project/policy.lua
index dcef4c421..1eb28130f 100644
--- a/xmake/core/project/policy.lua
+++ b/xmake/core/project/policy.lua
@@ -140,7 +140,7 @@ function policy.policies()
-- https://github.com/xmake-io/xmake/issues/3952
["package.xmake.pass_depconfs"] = {description = "Automatically passes dependency configuration for inner xmake package", default = true, type = "boolean"},
-- It will force cmake package use ninja for build
- ["package.cmake_generator.ninja"] = {description = "Set cmake package use ninja for build", default = false, type = "boolean"},
+ ["package.cmake_generator.ninja"] = {description = "Set cmake package use ninja for build", type = "boolean"},
-- Enable msbuild MultiToolTask
["package.msbuild.multi_tool_task"] = {description = "Enable msbuild MultiToolTask.", default = false, type = "boolean"},
-- Stop to test on the first failure