summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
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 86e7b9bd7e..864d0998b5 100644
--- a/cmake/README.md
+++ b/cmake/README.md
@@ -76,7 +76,7 @@ make, so you may want to use that:
```
You can look into the generated ``build.ninja`` file if you're curious and you can also build
-targets directory such as ``ninja lib/libQt6Core.so``.
+targets directly, such as ``ninja lib/libQt6Core.so``.
Make sure to remove CMakeCache.txt if you forgot to set the CMAKE_INSTALL_PREFIX on the first
configuration, otherwise a second re-configuration will not pick up the new install prefix.