Remove sed script that is no longer used

This commit is contained in:
Brad Bell 2017-01-20 14:30:25 -07:00
commit 875e64cd86

View file

@ -95,10 +95,6 @@ sed \
# but cppad_lib is needed for the install procedure. Currently cppad_lib
# only contains the cppad_colpack object which is not needed by the Fedora
# distribution. This may or may not be true for next year 2018.
cat << EOF > CMakeLists.sed
/^ADD_SUBDIRECTORY(cppad_lib)/d
/^\tcppad_lib$/d
EOF
list=`find . -name 'CMakeLists.txt' | \
sed -e '/^\.\/CMakeLists.txt/d' -e '/^\.\/cppad_lib\/CMakeLists.txt/d'`
for file in $list