mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
782375c431
commit
257a4e551c
|
|
@ -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})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue