summaryrefslogtreecommitdiffstats
path: root/Source/cmExportTryCompileFileGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-07-27 20:56:13 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-07-28 18:06:38 (GMT)
commitaeb74ae9f9f5289336b2603022cc86cf6316a946 (patch)
tree1adb7ab20757943448bf60016d265df90301fa16 /Source/cmExportTryCompileFileGenerator.h
parent98d6e9ec2dd0a935b1ebfed50b6e9ecab719557d (diff)
downloadCMake-aeb74ae9f9f5289336b2603022cc86cf6316a946.zip
CMake-aeb74ae9f9f5289336b2603022cc86cf6316a946.tar.gz
CMake-aeb74ae9f9f5289336b2603022cc86cf6316a946.tar.bz2
Fix include guard.
Diffstat (limited to 'Source/cmExportTryCompileFileGenerator.h')
-rw-r--r--Source/cmExportTryCompileFileGenerator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmExportTryCompileFileGenerator.h b/Source/cmExportTryCompileFileGenerator.h
index 0d84896..749f3ef 100644
--- a/Source/cmExportTryCompileFileGenerator.h
+++ b/Source/cmExportTryCompileFileGenerator.h
@@ -9,8 +9,8 @@
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License for more information.
============================================================================*/
-#ifndef cmExportInstallFileGenerator_h
-#define cmExportInstallFileGenerator_h
+#ifndef cmExportTryCompileFileGenerator_h
+#define cmExportTryCompileFileGenerator_h
#include "cmExportFileGenerator.h"