summaryrefslogtreecommitdiffstats
path: root/Modules/FindGCCXML.cmake
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2010-04-17 10:11:55 (GMT)
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2010-04-18 07:27:29 (GMT)
commit932d08adb8084282a2d3b8c73c6060c8be6bd068 (patch)
treea18d8e693ff7d373790949b412d4631a0bbb6837 /Modules/FindGCCXML.cmake
parentd359a72e797048b1860fa18c262c0fdffbcd7811 (diff)
downloadCMake-932d08adb8084282a2d3b8c73c6060c8be6bd068.zip
CMake-932d08adb8084282a2d3b8c73c6060c8be6bd068.tar.gz
CMake-932d08adb8084282a2d3b8c73c6060c8be6bd068.tar.bz2
FindGCCXML: document variables
Diffstat (limited to 'Modules/FindGCCXML.cmake')
-rw-r--r--Modules/FindGCCXML.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/FindGCCXML.cmake b/Modules/FindGCCXML.cmake
index c3c4bd1..52390c3 100644
--- a/Modules/FindGCCXML.cmake
+++ b/Modules/FindGCCXML.cmake
@@ -1,4 +1,7 @@
# - Find the GCC-XML front-end executable.
+#
+# This module will define the following variables:
+# GCCXML - the GCC-XML front-end executable.
#=============================================================================
# Copyright 2001-2009 Kitware, Inc.