summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2019-03-07 08:45:24 +0100
committerLiang Qi <liang.qi@qt.io>2019-03-07 09:42:46 +0000
commit997c869280b8dfd03f15cfb9243daa17f4a3e576 (patch)
treec6e14ee328661755ce75cba77a15f16710293beb /cmake
parente3c2d74506db74c07e25b71c8cf7fc770b134166 (diff)
cmake: fix the order of parameters for homebrew
Change-Id: I7b597a8d6bc81eafb21e5368a29700638c351bdf Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/README.md b/cmake/README.md
index 8f0b498c14..49fbda5df3 100644
--- a/cmake/README.md
+++ b/cmake/README.md
@@ -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``