cmake: fix the order of parameters for homebrew

Change-Id: I7b597a8d6bc81eafb21e5368a29700638c351bdf
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Liang Qi 2019-03-07 08:45:24 +01:00
parent e3c2d74506
commit 997c869280

View File

@ -44,7 +44,7 @@ vcpkg doesn't support clang on macOS, see https://github.com/Microsoft/vcpkg/iss
* Install homebrew: ```/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"```
* Build Qt dependencies: ``brew install pcre2 harfbuzz``
* Build cmake from HEAD (or you can build your own): ``brew --HEAD install cmake``
* Build cmake from HEAD (or you can build your own): ``brew install --HEAD cmake``
* When running cmake in qtbase, pass ``-DCMAKE_PREFIX_PATH=/usr/local``