Closed Qingrenn closed 1 year ago
After cloning repo cpuinfo to local host, the remote "master" branch becomes "main" branch in local host.
So perfoming git checkout master -- will cause a error "Failed to checkout tag: 'master'".
git checkout master --
I modify the GIT_TAG from "master" to "main" in cmake/DownloadCpuinfo.cmake. Then, the problem is sovled.
After cloning repo cpuinfo to local host, the remote "master" branch becomes "main" branch in local host.
So perfoming
git checkout master --
will cause a error "Failed to checkout tag: 'master'".I modify the GIT_TAG from "master" to "main" in cmake/DownloadCpuinfo.cmake. Then, the problem is sovled.