summaryrefslogtreecommitdiff
path: root/Modules/CMakeTestGNU.c
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-10-22 18:17:07 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2002-10-22 18:17:07 -0400
commitda460f9008f5a949f663e749455e15fb5959d803 (patch)
treeb4e9e7f1df292d53b2c8ab8274d87510fe5a6f64 /Modules/CMakeTestGNU.c
parent0692323fe0f0bbbb5ba325e21d0f155717436f84 (diff)
downloadcmake-da460f9008f5a949f663e749455e15fb5959d803.tar.gz
test for gnu compiler
Diffstat (limited to 'Modules/CMakeTestGNU.c')
-rw-r--r--Modules/CMakeTestGNU.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/CMakeTestGNU.c b/Modules/CMakeTestGNU.c
new file mode 100644
index 0000000000..1cd56244b8
--- /dev/null
+++ b/Modules/CMakeTestGNU.c
@@ -0,0 +1,3 @@
+#ifdef __GNUC__
+THIS_IS_GNU
+#endif