Closed ssalonen closed 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)
_ROOT
cmake_minimum_required(VERSION 3.12.0)
Replaced by https://github.com/ok-nick/libcec-sys/pull/1
https://github.com/ssalonen/libcec-sys/pull/14#issuecomment-1191939994 from @ok-nick
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 imposescmake_minimum_required(VERSION 3.12.0)