| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cmake: standardize USE_THREADS and USE_NSEC | Edward Thomson | 2021-11-11 | 1 | -18/+12 |
| | | | | | | | | | Threading can now be disabled with `USE_THREADS=OFF` instead of `THREADSAFE=OFF` to better support the other cmake semantics. Nanosecond support is the default _if_ we can detect it. This should be our default always - like threads - and people can opt out explicitly. | ||||
| * | cmake: move modules into the "cmake/" top level dir | Patrick Steinhardt | 2020-06-01 | 1 | -0/+26 |
| Our custom CMake module currently live in "cmake/Modules". As the "cmake/" directory doesn't contain anything except the "Modules" directory, it doesn't really make sense to have the additional intermediate directory. So let's instead move the modules one level up into the "cmake/" top level directory. | |||||
