summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-07-28 14:49:48 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-07-28 14:49:57 (GMT)
commit731fba7751affe2a7c7354e04f4c0082666d05e6 (patch)
tree3ba30c9916a345ad1f42a8c5ca8410eb5011ce77
parente49ff2b2f27a783226ebabb936a66f8e5a38705c (diff)
parent803a79dd693ea4001dc82b2646e93bcfa757cb81 (diff)
downloadCMake-731fba7751affe2a7c7354e04f4c0082666d05e6.zip
CMake-731fba7751affe2a7c7354e04f4c0082666d05e6.tar.gz
CMake-731fba7751affe2a7c7354e04f4c0082666d05e6.tar.bz2
Merge topic 'readme-bootstrap'
803a79dd69 README: Update bootstrap example to use 'build' directory under source Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Craig Scott <craig.scott@crascit.com> Merge-request: !8662
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 64e2353..d885740 100644
--- a/README.rst
+++ b/README.rst
@@ -68,8 +68,8 @@ you can build directly in the source tree::
Or, if you plan to develop CMake or otherwise run the test suite, create
a separate build tree::
- $ mkdir cmake-build && cd cmake-build
- $ ../cmake-source/bootstrap && make
+ $ mkdir build && cd build
+ $ ../bootstrap && make
Windows
^^^^^^^