From c65ca6ab1d609ac291f4b57eb3414236bd648999 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 5 Mar 2022 15:29:06 -0800 Subject: [PATCH] mac setup: add catch2 --- tools/mac_setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/mac_setup.sh b/tools/mac_setup.sh index 9140cc4335..b85981dc04 100755 --- a/tools/mac_setup.sh +++ b/tools/mac_setup.sh @@ -30,6 +30,7 @@ fi # TODO: remove protobuf,protobuf-c,swig when casadi can be pip installed brew bundle --file=- <<-EOS +brew "catch2" brew "cmake" brew "cppcheck" brew "git-lfs"