| commit | b2bc3364f0c220f560e4cf09b56b8486d8bfddfe | [log] [tgz] |
|---|---|---|
| author | Robert Maynard <rmaynard@nvidia.com> | Tue Jan 18 10:51:14 2022 -0500 |
| committer | Robert Maynard <rmaynard@nvidia.com> | Tue Jan 18 15:28:39 2022 -0500 |
| tree | a8f468e34627193f134624dea4c2f01bfef06a08 | |
| parent | 2e1b7e5b9ae879406a2dfedf589343a222b67f00 [diff] |
CMake: `-S` paths preferred over other provided paths When cmake parses `cmake -S <path> <path>` treat the second path as the build directory. Likwise when invoked with `<path> -S <path>` treat the first path as the build path instead of using the current working directory.