mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 17:19:05 -05:00
ENH: Added platform identifier for QNXNTO. This partially addresses bug#3556.
This commit is contained in:
@@ -1907,6 +1907,9 @@ void cmMakefile::AddDefaultDefinitions()
|
||||
#if defined(__APPLE__)
|
||||
this->AddDefinition("APPLE", "1");
|
||||
#endif
|
||||
#if defined(__QNXNTO__)
|
||||
this->AddDefinition("QNXNTO", "1");
|
||||
#endif
|
||||
|
||||
char temp[1024];
|
||||
sprintf(temp, "%d", cmMakefile::GetMinorVersion());
|
||||
|
||||
Reference in New Issue
Block a user