diff options
author | Brad King <brad.king@kitware.com> | 2023-07-28 14:49:48 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-07-28 14:49:57 (GMT) |
commit | 731fba7751affe2a7c7354e04f4c0082666d05e6 (patch) | |
tree | 3ba30c9916a345ad1f42a8c5ca8410eb5011ce77 | |
parent | e49ff2b2f27a783226ebabb936a66f8e5a38705c (diff) | |
parent | 803a79dd693ea4001dc82b2646e93bcfa757cb81 (diff) | |
download | CMake-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.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ^^^^^^^ |