Skip to content

Commit 49b4084

Browse files
committed
Brewfile: install the latest CMake
Earlier we had trouble with CMake 3.20, and reverting to 3.16 worked around the problem. However this version is no longer available in homebrew, so the `brew bundle` step is failing in github ci. Try installing the latest version instead. Currently that's CMake 3.22.1.
1 parent acea8fe commit 49b4084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Brewfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ brew 'autoconf'
55
brew 'automake'
66
brew 'libtool'
77
brew 'pkg-config'
8-
brew 'cmake@3.16'
8+
brew 'cmake'
99
brew 'doxygen'

0 commit comments

Comments
 (0)