Skip to content

Conversation

@domibel
Copy link
Contributor

@domibel domibel commented May 14, 2025

This patch should help with the transition to CMake 4.0 #275

leochan2009 and others added 2 commits May 6, 2025 13:11
ubuntu 20.04 no longer supported
disable VP9 build for now as the Action workflow failed in building the library correctly
@domibel
Copy link
Contributor Author

domibel commented Aug 31, 2025

All checks have passed. Can this be merged please?

@leochan2009
Copy link
Contributor

Hi @domibel, hi @Sunderlandkyl ,

can we have something like this to make the code compilable under different system with older Cmake version?
if(CMAKE_VERSION VERSION_LESS "3.5.0")
message("Please consider to switch to CMake 3.5.0 or newer")
cmake_minimum_required(VERSION 2.8.11)
endif()

@domibel
Copy link
Contributor Author

domibel commented Sep 2, 2025

CMakeLists.txt is already set to
CMAKE_MINIMUM_REQUIRED(VERSION 3.1)
because of
(CMAKE_CXX_STANDARD 11)

So it should be safe to bump the version slightly up to at least 3.5 in all CMakeLists.txt files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants