ssalonen / libcec-sys

FFI bindings for the libcec
GNU General Public License v2.0
2 stars 3 forks source link

Fix libcec6 cmake vendored #17

Closed ssalonen closed 2 years ago

ssalonen commented 2 years ago

https://github.com/ssalonen/libcec-sys/pull/14#issuecomment-1191939994 from @ok-nick

I ran the CI on my repo and it seems there are a few issues compiling vendored libcec v6. https://github.com/ok-nick/libcec-sys/runs/7457424524?check_suite_focus=true#step:12:547

https://cmake.org/cmake/help/latest/command/find_package.html https://cmake.org/cmake/help/latest/policy/CMP0074.html#policy:CMP0074

_ROOT env variable should be safe to rely as libcec6 imposes cmake_minimum_required(VERSION 3.12.0)

ssalonen commented 2 years ago

Replaced by https://github.com/ok-nick/libcec-sys/pull/1