Skip to content

Commit

Permalink
fix cpuinfo branch (#214)
Browse files Browse the repository at this point in the history
Fix cpuinfo branch
  • Loading branch information
wm901115nwpu authored Feb 1, 2023
1 parent 2115c58 commit 70a77f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/DownloadCpuinfo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PROJECT(cpuinfo-download NONE)
INCLUDE(ExternalProject)
ExternalProject_Add(cpuinfo
GIT_REPOSITORY https://github.com/Maratyszcza/cpuinfo.git
GIT_TAG master
GIT_TAG main
SOURCE_DIR "${CONFU_DEPENDENCIES_SOURCE_DIR}/cpuinfo"
BINARY_DIR "${CONFU_DEPENDENCIES_BINARY_DIR}/cpuinfo"
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit 70a77f4

Please sign in to comment.