mirror of
https://github.com/thewtex/tmux-mem-cpu-load.git
synced 2026-09-10 07:16:16 -04:00
fix: build with cmake --build . instead of make
This commit is contained in:
parent
df71d2123a
commit
83820d97a0
|
|
@ -35,7 +35,7 @@ if [ ! -f $CURRENT_DIR/tmux-mem-cpu-load ] && ! $(builtin type -P "tmux-mem-cpu-
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if output=$(make 2>&1); then
|
if output=$(cmake --build . 2>&1); then
|
||||||
tmux run-shell "echo \"tmux-mem-cpu-load built successfully.
|
tmux run-shell "echo \"tmux-mem-cpu-load built successfully.
|
||||||
\""
|
\""
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue