summaryrefslogtreecommitdiffstats
path: root/Modules
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)
commitba0ff76af382d5c818c1e6e98b7433ec998851bc (patch)
tree1603b560b13e1c649ab56574a40098449a2c534c /Modules
parent22dbe547fb5bf5c2b8fe7e3abeb3eaa1a1487b04 (diff)
parentb22586be01356685d954f1e9e6f5ea2f711b446c (diff)
downloadCMake-ba0ff76af382d5c818c1e6e98b7433ec998851bc.zip
CMake-ba0ff76af382d5c818c1e6e98b7433ec998851bc.tar.gz
CMake-ba0ff76af382d5c818c1e6e98b7433ec998851bc.tar.bz2
Merge topic 'VxWorks-platform-id' into release-3.18
b22586be01 VxWorks: Add Platform ID for Modules/CMakePlatformId.h.in Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4922
Diffstat (limited to 'Modules')
-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