mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-28 02:11:34 +00:00
Don't downgrade CMake
This commit is contained in:
parent
46b4aa4c4f
commit
95ae9c4ac8
1 changed files with 0 additions and 3 deletions
|
@ -1,9 +1,6 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
brew update
|
||||
brew unlink cmake || true
|
||||
brew install https://gist.githubusercontent.com/nikolaykasyanov/f36da224bdef42025e480f99fa21a82d/raw/7dd8b5ed2750198757f81c6bc6456e03541999bd/cmake.rb
|
||||
brew switch cmake 3.12.4
|
||||
brew outdated pkgconfig || brew upgrade pkgconfig
|
||||
brew install qt
|
||||
brew install ccache
|
||||
|
|
Loading…
Reference in a new issue