ClickHouse/rust
Azat Khuzhin a3938e7df0 Respect CMAKE_OSX_DEPLOYMENT_TARGET for Rust targets
This should fix the following warnings:

    ld: warning: object file (rust/prql/Debug/lib_ch_rust_prql.a[74](aarch_aapcs64.o)) was built for newer 'macOS' version (14.0) than being linked (11.0)
    ld: warning: object file (rust/skim/Debug/lib_ch_rust_skim_rust.a[40](c0e230e4543ad627-lib.rs.o)) was built for newer 'macOS' version (14.0) than being linked (11.0)
    ld: warning: object file (rust/skim/Debug/lib_ch_rust_skim_rust.a[46](6c3a6ae2099d4914-cxx.o)) was built for newer 'macOS' version (14.0) than being linked (11.0)

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-02-11 10:55:14 +01:00
..
.cargo Use sccache for rust builds 2023-08-10 22:09:20 +02:00
prql Safer Rust (catch panic with catch_unwind()) 2024-01-31 22:31:18 +01:00
skim Safer Rust (catch panic with catch_unwind()) 2024-01-31 22:31:18 +01:00
Cargo.lock Replace rust's BLAKE3 with llvm's implementation 2023-12-18 15:29:01 +01:00
Cargo.toml Replace rust's BLAKE3 with llvm's implementation 2023-12-18 15:29:01 +01:00
CMakeLists.txt Respect CMAKE_OSX_DEPLOYMENT_TARGET for Rust targets 2024-02-11 10:55:14 +01:00
copy_exclude.cmake Properly detect changes in Rust code and recompile Rust libraries 2023-02-02 18:33:15 +01:00