summaryrefslogtreecommitdiffstats
path: root/Modules/FindGCCXML.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/FindGCCXML.cmake')
-rw-r--r--Modules/FindGCCXML.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/Modules/FindGCCXML.cmake b/Modules/FindGCCXML.cmake
index d618487..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.
@@ -20,3 +23,5 @@ FIND_PROGRAM(GCCXML
"$ENV{ProgramFiles}/GCC_XML"
"C:/Program Files/GCC_XML"
)
+
+MARK_AS_ADVANCED(GCCXML)