Skip to content

Commit

Permalink
Brewfile: install the latest CMake
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rillian committed Jan 15, 2022
1 parent acea8fe commit 49b4084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ brew 'autoconf'
brew 'automake'
brew 'libtool'
brew 'pkg-config'
brew 'cmake@3.16'
brew 'cmake'
brew 'doxygen'

0 comments on commit 49b4084

Please sign in to comment.