The point of CMake is that you don't have to care too much about the
system you are building the software on. The exact same CMake build
files will work on all platforms that CMake supports. There is no
"Windows support" specifically when you are working with CMake. In fact,
I work on a Windows machine so I'll be adding CMake build tooling from
that :)

Same goes to Conan and vcpkg AFAICT. But even then, their integration
would be completely optional and transparent, so people can pick and
choose between one of those or system dependencies.

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php

Reply via email to