diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-10-22 22:17:07 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-10-22 22:17:07 (GMT) |
commit | da460f9008f5a949f663e749455e15fb5959d803 (patch) | |
tree | b4e9e7f1df292d53b2c8ab8274d87510fe5a6f64 /Modules/CMakeTestGNU.c | |
parent | 0692323fe0f0bbbb5ba325e21d0f155717436f84 (diff) | |
download | CMake-da460f9008f5a949f663e749455e15fb5959d803.zip CMake-da460f9008f5a949f663e749455e15fb5959d803.tar.gz CMake-da460f9008f5a949f663e749455e15fb5959d803.tar.bz2 |
test for gnu compiler
Diffstat (limited to 'Modules/CMakeTestGNU.c')
-rw-r--r-- | Modules/CMakeTestGNU.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/CMakeTestGNU.c b/Modules/CMakeTestGNU.c new file mode 100644 index 0000000..1cd5624 --- /dev/null +++ b/Modules/CMakeTestGNU.c @@ -0,0 +1,3 @@ +#ifdef __GNUC__ +THIS_IS_GNU +#endif |