diff options
author | Lihua Zhao <Lihua.Zhao@windriver.com> | 2020-06-19 01:34:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-06-23 11:59:32 (GMT) |
commit | b22586be01356685d954f1e9e6f5ea2f711b446c (patch) | |
tree | c01d3665e68d5524262ac542b0ce29c1c28b90af /Modules | |
parent | e66fe75792a2fbe9f3ffe237c748008906ae7116 (diff) | |
download | CMake-b22586be01356685d954f1e9e6f5ea2f711b446c.zip CMake-b22586be01356685d954f1e9e6f5ea2f711b446c.tar.gz CMake-b22586be01356685d954f1e9e6f5ea2f711b446c.tar.bz2 |
VxWorks: Add Platform ID for Modules/CMakePlatformId.h.in
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CMakePlatformId.h.in | 3 |
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 |