summaryrefslogtreecommitdiff
path: root/Modules/CMakePlatformId.h.in
diff options
context:
space:
mode:
authorLihua Zhao <Lihua.Zhao@windriver.com>2020-06-19 09:34:06 +0800
committerBrad King <brad.king@kitware.com>2020-06-23 07:59:32 -0400
commitb22586be01356685d954f1e9e6f5ea2f711b446c (patch)
treec01d3665e68d5524262ac542b0ce29c1c28b90af /Modules/CMakePlatformId.h.in
parente66fe75792a2fbe9f3ffe237c748008906ae7116 (diff)
downloadcmake-b22586be01356685d954f1e9e6f5ea2f711b446c.tar.gz
VxWorks: Add Platform ID for Modules/CMakePlatformId.h.in
Diffstat (limited to 'Modules/CMakePlatformId.h.in')
-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 64a00b3d4f..40668a3e6b 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