mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 01:49:23 -05:00
CMakeDetermineASMCompiler: De-duplicate list of compiler info variables
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
# Re-configure to save learned information.
|
||||
block()
|
||||
foreach(_var IN ITEMS
|
||||
# Compiler information.
|
||||
# Keep in sync with CMakeDetermineASMCompiler.
|
||||
COMPILER
|
||||
COMPILER_ID
|
||||
COMPILER_ARG1
|
||||
@@ -11,6 +13,7 @@ block()
|
||||
COMPILER_AR
|
||||
COMPILER_RANLIB
|
||||
COMPILER_VERSION
|
||||
# Linker information.
|
||||
COMPILER_LINKER
|
||||
COMPILER_LINKER_ID
|
||||
COMPILER_LINKER_VERSION
|
||||
|
||||
Reference in New Issue
Block a user