diff --git a/tmux-mem-cpu-load.plugin.tmux b/tmux-mem-cpu-load.plugin.tmux index 9e30b69..d731c90 100755 --- a/tmux-mem-cpu-load.plugin.tmux +++ b/tmux-mem-cpu-load.plugin.tmux @@ -35,7 +35,7 @@ if [ ! -f $CURRENT_DIR/tmux-mem-cpu-load ] && ! $(builtin type -P "tmux-mem-cpu- exit 1 fi - if output=$(make 2>&1); then + if output=$(cmake --build . 2>&1); then tmux run-shell "echo \"tmux-mem-cpu-load built successfully. \"" else