if [[ $WEECHAT_CMAKE == y ]]; then
  cd ${SOURCE_DIRECTORY}/build &&
  default_install
else
  default_install
fi
