mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
ENH: fix up compiler id to be more robust
This commit is contained in:
@@ -48,9 +48,5 @@ static char const info_compiler[] = "INFO:compiler["
|
||||
/* Make sure the information strings are referenced. */
|
||||
int main()
|
||||
{
|
||||
if(&info_compiler[0] != &info_platform[0])
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
return (&info_compiler[0] != &info_platform[0]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user