mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 10:48:38 -06:00
ENH: Changed GNUC compiler id name to GNU.
This commit is contained in:
@@ -22,7 +22,7 @@ static char const info_compiler[] = "INFO:compiler["
|
||||
#elif defined(__IBMC__)
|
||||
"VisualAge"
|
||||
#elif defined(__GNUC__)
|
||||
"GNUC"
|
||||
"GNU"
|
||||
#elif defined(_MSC_VER)
|
||||
"MSVC"
|
||||
#elif defined(_COMPILER_VERSION)
|
||||
|
||||
@@ -23,7 +23,7 @@ static char const info_compiler[] = "INFO:compiler["
|
||||
#elif defined(__IBMCPP__)
|
||||
"VisualAge"
|
||||
#elif defined(__GNUC__)
|
||||
"GNUC"
|
||||
"GNU"
|
||||
#elif defined(_MSC_VER)
|
||||
"MSVC"
|
||||
#elif defined(_COMPILER_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user