fix: remove unused catch2 dependency for basalt

This commit is contained in:
Gabriele Musco 2024-08-05 16:18:04 +02:00
commit 2901f9b8f2

View file

@ -45,18 +45,6 @@ fn basalt_deps() -> Vec<Dependency> {
(LinuxDistro::Alpine, "libepoxy-dev".into()), (LinuxDistro::Alpine, "libepoxy-dev".into()),
]), ]),
}, },
Dependency {
name: "catch2".into(),
dep_type: DepType::Include,
filename: "catch2/catch.hpp".into(),
packages: HashMap::from([
(LinuxDistro::Arch, "catch2-v2".into()),
// WARN: on debian unstable this is v3!
(LinuxDistro::Debian, "catch2".into()),
(LinuxDistro::Fedora, "catch2-devel".into()),
(LinuxDistro::Alpine, "catch2".into()),
]),
},
Dependency { Dependency {
name: "boost".into(), name: "boost".into(),
dep_type: DepType::SharedObject, dep_type: DepType::SharedObject,