{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1738801342,"commit_time":1738881157,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"aa3e4c1db52bc30cecb31482626518004e9d427f","message":"cmake: initialize variables where missing\n\nAs detected using `cmake --warn-uninitialized`.\n\nIt also lists:\n- variables inherited from `Makefile.inc`, which this PR does not fix.\n\n- a documented CMake global variable, which is unexpected:\n  `CMAKE_MODULE_PATH`.\n  I'd expect CMake to initialize its namespace.\n\n- envs: `CI`, `CURL_CI` and `CURL_BUILDINFO`. Unexpected, as the manual\n  mentions variables only. As of August 2024, there is no solution to\n  silence them:\n  https://discourse.cmake.org/t/how-to-test-for-set-env-variables-without-getting-warnings/11401\n\nhttps://cmake.org/cmake/help/latest/manual/cmake.1.html#cmdoption-cmake-warn-uninitialized\n\nCloses #16198\n","parents":["3c128966edc86c89de85f72671f9f627c984af53"],"tree_hash":"28d6085f3a5ed4fa4e676e2616127951cbd0a6b9"}