Skip to content

Commit 1a63734

Browse files
committed
use older cmake version
1 parent e6d5699 commit 1a63734

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .circleci/osx_install_dependencies.sh

+2-1
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://raw.githubusercontent.com/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)