Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Fix CMake linting
Browse files Browse the repository at this point in the history
Signed-off-by: David Galiffi <David.Galiffi@amd.com>
  • Loading branch information
dgaliffiAMD committed Jul 4, 2024
1 parent 863c14f commit 32a9122
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmake/Modules/ConfigBinutils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,8 @@ set(TIMEMORY_BINUTILS_DOWNLOAD_URL

# Add defualt URLs to download binutils from.
list(APPEND TIMEMORY_BINUTILS_DOWNLOAD_URL
"http://ftpmirror.gnu.org/gnu/binutils/binutils-2.40.tar.gz"
"http://mirrors.kernel.org/sourceware/binutils/releases/binutils-2.40.tar.gz"
)
"http://ftpmirror.gnu.org/gnu/binutils/binutils-2.40.tar.gz"
"http://mirrors.kernel.org/sourceware/binutils/releases/binutils-2.40.tar.gz")

include(ExternalProject)
externalproject_add(
Expand Down

0 comments on commit 32a9122

Please sign in to comment.