mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-12 11:08:50 +00:00
fix: catch2 dependency should be v2
This commit is contained in:
parent
5805032532
commit
7c99b33145
1 changed files with 4 additions and 3 deletions
|
@ -24,12 +24,13 @@ fn basalt_deps() -> Vec<Dependency> {
|
|||
Dependency {
|
||||
name: "catch2".into(),
|
||||
dep_type: DepType::Include,
|
||||
filename: "catch2/catch_all.hpp".into(),
|
||||
filename: "catch2/catch.hpp".into(),
|
||||
packages: HashMap::from([
|
||||
(LinuxDistro::Arch, "catch2".into()),
|
||||
(LinuxDistro::Arch, "catch2-v2".into()),
|
||||
// WARN: on debian unstable this is v3!
|
||||
(LinuxDistro::Debian, "catch2".into()),
|
||||
(LinuxDistro::Fedora, "catch2-devel".into()),
|
||||
(LinuxDistro::Alpine, "catch2-3".into()),
|
||||
(LinuxDistro::Alpine, "catch2".into()),
|
||||
]),
|
||||
},
|
||||
Dependency {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue