Files
scylladb/db
Kefu Chai 0185aa458b build: cmake: remove trailing comma in db/CMakeLists.txt source list
In c5668d99, a new source file row_cache.cc was added to the `db` target,
but with an extraneous trailing comma. In CMake's target_sources(),
source files should be space-separated - any comma is interpreted as
part of the filename, causing build failures like:
```
  CMake Error at db/CMakeLists.txt:2 (target_sources):
    Cannot find source file:
      row_cache.cc,
```
Fix the issue by removing the trailing comma.

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>

Closes scylladb/scylladb#22754
2025-02-09 17:28:47 +02:00
..
2025-01-28 21:14:49 +01:00
2025-01-26 12:51:59 +02:00
2025-02-04 12:21:31 +03:00
2025-02-04 12:21:31 +03:00
2025-02-06 13:38:19 +02:00