From eca69df6897b95791403f9bea7735c6d9fb6bb0d Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Wed, 20 Mar 2024 12:39:03 -0700 Subject: [PATCH] added line to account for new linkage issues with cpputest. --- otto.sh | 1 + 1 file changed, 1 insertion(+) 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 () {