Skip to content

Commit

Permalink
Merge pull request pytorch#62 from tkonolige/master
Browse files Browse the repository at this point in the history
Remove HOMEPAGE_URL from cmake project definition
  • Loading branch information
AshkanAliabadi authored Jul 20, 2021
2 parents 6c89db0 + 57cb578 commit 866ae6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR)
PROJECT(
cpuinfo
LANGUAGES C CXX
HOMEPAGE_URL https://github.com/pytorch/cpuinfo)
)

# ---[ Options.
SET(CPUINFO_LIBRARY_TYPE "default" CACHE STRING "Type of cpuinfo library (shared, static, or default) to build")
Expand Down

0 comments on commit 866ae6e

Please sign in to comment.