Skip to content

Commit 257a4e5

Browse files
committed
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.
1 parent 782375c commit 257a4e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/cmake/toolchains/ARM.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
set(CMAKE_ASM_COMPILER "armclang")
55
set(CMAKE_C_COMPILER "armclang")
66
set(CMAKE_CXX_COMPILER "armclang")
7-
set(CMAKE_AR "armar")
87
set(ARM_ELF2BIN "fromelf")
98
set_property(GLOBAL PROPERTY ELF2BIN ${ARM_ELF2BIN})
109

0 commit comments

Comments
 (0)