mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
9f9989ea72
Due to we need to substitude config for Rust builds (see #44762 for details), the source dir is copied to the binary dir, but this is done only once, so to detect changes in sources you need to run cmake, without this patch. Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
3 lines
68 B
CMake
3 lines
68 B
CMake
file(COPY "${FROM}" DESTINATION "${TO}"
|
|
PATTERN target EXCLUDE)
|