Skip to content

Commit a69e297

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/osx_install_dependencies.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ 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+
# todo: manual downgrade to fix incompatibility between cmake 4.0.0 and apple clang 15: boost is emitting warnings
54+
# although it is included as system library, replace with `brew install cmake` when appropriate
55+
curl https://github.com/raw/Homebrew/homebrew-core/b4e46db74e74a8c1650b38b1da222284ce1ec5ce/Formula/c/cmake.rb >> cmake.rb
56+
brew install --formula cmake.rb
5457
brew install wget
5558
brew install coreutils
5659
brew install diffutils

0 commit comments

Comments
 (0)