{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1758556969,"commit_time":1758564068,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"f833d5d1fb0cabaaf646e4c630a2cf7b80f55d0f","message":"cmake: use modern alternatives for `get_filename_component()`\n\n- use `cmake_path()` to query filenames, with CMake 3.20 or upper.\n  https://cmake.org/cmake/help/v4.1/command/cmake_path.html#query\n\n- use `cmake_host_system_information()` to query the registry,\n  with CMake 3.24 or upper.\n  https://cmake.org/cmake/help/v4.1/command/cmake_host_system_information.html#query-windows-registry\n  Replacing the undocumented method.\n\n- also quote the value passed to `get_filename_component()` where\n  missing. (Could not cause an actual issue as used in the code.)\n\nCloses #18688\n","parents":["d75785c7dea214d12525beb659694d3fcc483731"],"tree_hash":"3a1a643fe53e49d4163b7a1c44953330c9062480"}