Skip to content

Commit 0bf3cae

Browse files
committed
use older cmake version
1 parent b9dc1c9 commit 0bf3cae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/osx_install_dependencies.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ if [ ! -f /usr/local/lib/libz3.a ] # if this file does not exists (cache was not
5050
then
5151
brew update
5252
brew upgrade
53-
brew install cmake
53+
curl https://github.com/raw/Homebrew/homebrew-core/b4e46db74e74a8c1650b38b1da222284ce1ec5ce/Formula/c/cmake.rb >> cmake.rb
54+
brew install --formula cmake.rb
5455
brew install wget
5556
brew install coreutils
5657
brew install diffutils

0 commit comments

Comments
 (0)