From 8e42aaaf2e1be5d394581833fd1ab6896f0acef5 Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Tue, 19 Sep 2023 10:53:31 -0400 Subject: [PATCH] chor(setup.sh): rm homebrew installation of cmake --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 98bd0485d..85924f0ee 100755 --- a/setup.sh +++ b/setup.sh @@ -56,7 +56,7 @@ fi brew tap fortran-lang/fortran # required for building fpm -brew install fpm cmake netcdf netcdf-fortran pkg-config coreutils # coreutils supports `realpath` below +brew install fpm netcdf netcdf-fortran pkg-config coreutils # coreutils supports `realpath` below PREFIX=`realpath $PREFIX`