CMake: Do not set `CMAKE_AR`

The variable for archiver is automatically set by CMake. There is
no need to explicitly set it, unless a project really needs to
override the default archiver.
pull/14575/head
Lingkai Dong 2021-07-23 13:02:31 +01:00
parent 782375c431
commit 257a4e551c
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
set(CMAKE_ASM_COMPILER "armclang")
set(CMAKE_C_COMPILER "armclang")
set(CMAKE_CXX_COMPILER "armclang")
set(CMAKE_AR "armar")
set(ARM_ELF2BIN "fromelf")
set_property(GLOBAL PROPERTY ELF2BIN ${ARM_ELF2BIN})