diff --git a/otto.sh b/otto.sh index 5442d0d..36d80a8 100755 --- a/otto.sh +++ b/otto.sh @@ -42,6 +42,7 @@ remove_module_from_cmakes () { sed "s/^.*add_subdirectory(${basename}).*$//g" ./src/CMakeLists.txt > ./src/CMakeLists.txt sed "s/^.*add_subdirectory(${basename}).*$//g" ./tests/CMakeLists.txt > ./tests/CMakeLists.txt + set "s/^.*${basename}.*$//g" ./tests/CMakeLists.txt > ./tests/CMakeLists.txt } git_add_module () {