servo / gecko-media

Firefox's media playback stack in a stand alone Rust crate
Mozilla Public License 2.0
6 stars 9 forks source link

Require CMake >= 2.8 instead of 3.1 #61

Closed cpearce closed 6 years ago

cpearce commented 6 years ago

Looks like gecko-media is failing to build inside of Servo because gecko-media's CMakeLists.txt says we need CMake 3.1. So let's try downgrading to 2.8 and see if that works.

nox commented 6 years ago

This was superseded by #62.