1 2 3 4 5 6 7
# no -Werror eval "$( declare -f build \ | sed ' /\bcmake\b/ i sed -i "/Werror/d" CMakeLists.txt ' )"