Remove sed script that is no longer used
This commit is contained in:
parent
2567b6c52b
commit
875e64cd86
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue