# no -Werror
eval "$(
  declare -f build \
  | sed '
    /\bcmake\b/ i sed -i "/Werror/d" CMakeLists.txt
  '
)"