summaryrefslogtreecommitdiff
path: root/xmake/modules/private/action/trybuild/cmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules/private/action/trybuild/cmake.lua')
-rw-r--r--xmake/modules/private/action/trybuild/cmake.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmake/modules/private/action/trybuild/cmake.lua b/xmake/modules/private/action/trybuild/cmake.lua
index 46d2fbcf6..f97ffa273 100644
--- a/xmake/modules/private/action/trybuild/cmake.lua
+++ b/xmake/modules/private/action/trybuild/cmake.lua
@@ -122,7 +122,5 @@ function build()
os.vexecv("make", {"install"})
end
cprint("output to ${bright}%s", artifacts_dir)
- cprint("${bright}build ok!")
+ cprint("${color.success}build ok!${clear}")
end
-
-