ClickHouse/rust/skim
Azat Khuzhin e7c5b48d84 rust: fix buidling modules with CMAKE_BUILD_TYPE in a different case
Before this patch corrosion requires that CMAKE_BUILD_TYPE matches the
CMAKE_CONFIGURATION_TYPES, which is
"RelWithDebInfo;Debug;Release;MinSizeRel", so that said, that if you
were using CMAKE_BUILD_TYPE=debug, it will not work.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-14 20:58:34 +01:00
..
.cargo Integrate skim into the client/local 2022-12-14 20:57:41 +01:00
include Integrate skim into the client/local 2022-12-14 20:57:41 +01:00
src Integrate skim into the client/local 2022-12-14 20:57:41 +01:00
.gitignore Integrate skim into the client/local 2022-12-14 20:57:41 +01:00
build.rs.in Integrate skim into the client/local 2022-12-14 20:57:41 +01:00
Cargo.lock Integrate skim into the client/local 2022-12-14 20:57:41 +01:00
Cargo.toml Integrate skim into the client/local 2022-12-14 20:57:41 +01:00
CMakeLists.txt rust: fix buidling modules with CMAKE_BUILD_TYPE in a different case 2022-12-14 20:58:34 +01:00