Commit 7157019
committed
Fix issue installing empty database directory
The CMake code to install the empty database directory doesn't appear to
do anything. Further, it is causing build issues for some users.
Instead of running code to make the directory, it appears we can just
install a directory directly.
Fixes: #11421 parent c48146a commit 7157019
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
| |||
0 commit comments