Commit 3046f97
authored
Block running
If you run raw `cmake` it messes up the root directory.
ASAIK there is no way to default to certain directory, so it should not
be allowed.
This PR makes `cmake` block such runs
## Pre-review checklist
- [x] I have split my patch into logically separate commits.
- [x] All commit messages clearly explain what they change and why.
- [x] PR description sums up the changes and reasons why they should be
introduced.
- [ ] ~~I have implemented Rust unit tests for the features/changes
introduced.~~
- [ ] ~~I have enabled appropriate tests in `Makefile` in
`{SCYLLA,CASSANDRA}_(NO_VALGRIND_)TEST_FILTER`.~~
- [ ] ~~I added appropriate `Fixes:` annotations to PR description.~~cmake targeting root directory (#403)2 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
54 | 61 | | |
55 | 62 | | |
56 | 63 | | |
| |||
0 commit comments