In China, If you use a proxy server, make sure CMake is able to use the proxy properly. You may need to set the proxy information in the CMake configuration option or adjust your network environment based on the proxy Settings.
Here is an example,
export https_proxy=http://127.0.0.1:33210 http_proxy=http://127.0.0.1:33210 all_proxy=socks5://127.0.0.1:33210
