It also lists:
- variables inherited from `Makefile.inc`, which this PR does not fix.
- a documented CMake global variable, which is unexpected:
`CMAKE_MODULE_PATH`.
I'd expect CMake to initialize its namespace.
- envs: `CI`, `CURL_CI` and `CURL_BUILDINFO`. Unexpected, as the manual
mentions variables only. As of August 2024, there is no solution to
silence them:
https://discourse.cmake.org/t/how-to-test-for-set-env-variables-without-getting-warnings/11401