| commit | 803a79dd693ea4001dc82b2646e93bcfa757cb81 | [log] [tgz] |
|---|---|---|
| author | Brad King <brad.king@kitware.com> | Thu Jul 27 10:11:39 2023 -0400 |
| committer | Brad King <brad.king@kitware.com> | Thu Jul 27 10:15:11 2023 -0400 |
| tree | 118288f7204c301066c66db89e79f7ae54057f04 | |
| parent | 054ed1c594e27cecee65d1681943d18ad66168f1 [diff] |
README: Update bootstrap example to use 'build' directory under source When the example was first written, developers commonly placed their build trees as siblings of the source tree. Nowadays many developers use a `build/` directory under the top-level source directory instead. Update the example with the modern convention to avoid requiring the reader to understand that `cmake-source` is a placeholder for the path to the source tree.