mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 14:50:10 -06:00
Tasking: Detect ARM architecture for C++
The preprocessor switch to detect architectures on Tasking differ for C and C++. Issue: #26426
This commit is contained in:
committed by
Brad King
parent
1241c7dbcf
commit
5729d6a66d
@@ -258,7 +258,7 @@
|
||||
# elif defined(__CMCS__)
|
||||
# define ARCHITECTURE_ID "MCS"
|
||||
|
||||
# elif defined(__CARM__)
|
||||
# elif defined(__CARM__) || defined(__CPARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__CARC__)
|
||||
|
||||
Reference in New Issue
Block a user