summaryrefslogtreecommitdiffstats
path: root/cmake/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/README.md')
-rw-r--r--cmake/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/README.md b/cmake/README.md
index a4509adb26..86e7b9bd7e 100644
--- a/cmake/README.md
+++ b/cmake/README.md
@@ -94,7 +94,7 @@ install:
```
cd {build directory}
- cmake -GNinja -DCMAKE_INSTALL_PREFIX=/path/to/qtbase_build -DFEATURE_developer_build=ON {path to source directory}
+ cmake -GNinja -DFEATURE_developer_build=ON {path to source directory}
cmake --build .
# do NOT make install
```