COME TO SUPPER NETS FOR COLD HARD CHAAT
one of the release managers for PHP 8.4, but i don't talk about that here
internet projectionist
token cishet male (he/they)
Liberia? | cb |
one of the release managers for PHP 8.4, but i don't talk about that here
internet projectionist
token cishet male (he/they)
Liberia? | cb |
CMake recently dropped support for older CMake "minimum versions".
How many of you understand what that actually means for CMake?
CMake controls most bug fixes with "policies" that default to "OLD" unless the minimum version declared in CMakeLists.txt >= the version that introduced that policy.
What this means is:
1) If you crank the minimum version in CMakeLists.txt, you will get different behaviour!
2) Upgrading CMake basically means nothing changes and you get a huge techdebt cliff.