summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-06-23 12:00:25 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-06-23 12:00:31 (GMT)
commit8c4d11fa52b90144238e267275b0b5166493d8f7 (patch)
tree6833227824c6f98c6f1d1104c99ac757cca6233e
parent38719f4c957e060f8c33dc7f094c9d8bb853d912 (diff)
parentb22586be01356685d954f1e9e6f5ea2f711b446c (diff)
downloadCMake-8c4d11fa52b90144238e267275b0b5166493d8f7.zip
CMake-8c4d11fa52b90144238e267275b0b5166493d8f7.tar.gz
CMake-8c4d11fa52b90144238e267275b0b5166493d8f7.tar.bz2
Merge topic 'VxWorks-platform-id'
b22586be01 VxWorks: Add Platform ID for Modules/CMakePlatformId.h.in Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4922
-rw-r--r--Modules/CMakePlatformId.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/CMakePlatformId.h.in b/Modules/CMakePlatformId.h.in
index 64a00b3..40668a3 100644
--- a/Modules/CMakePlatformId.h.in
+++ b/Modules/CMakePlatformId.h.in
@@ -87,6 +87,9 @@
# elif defined(__WINDOWS__)
# define PLATFORM_ID "Windows3x"
+# elif defined(__VXWORKS__)
+# define PLATFORM_ID "VxWorks"
+
# else /* unknown platform */
# define PLATFORM_ID
# endif