Browse Source

Merge topic 'VxWorks-platform-id' into release-3.18

b22586be01 VxWorks: Add Platform ID for Modules/CMakePlatformId.h.in

Acked-by: Kitware Robot <[email protected]>
Merge-request: !4922
Brad King 5 years ago
parent
commit
ba0ff76af3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Modules/CMakePlatformId.h.in

+ 3 - 0
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