diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-07-27 20:56:13 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-07-28 18:06:38 (GMT) |
commit | aeb74ae9f9f5289336b2603022cc86cf6316a946 (patch) | |
tree | 1adb7ab20757943448bf60016d265df90301fa16 /Source | |
parent | 98d6e9ec2dd0a935b1ebfed50b6e9ecab719557d (diff) | |
download | CMake-aeb74ae9f9f5289336b2603022cc86cf6316a946.zip CMake-aeb74ae9f9f5289336b2603022cc86cf6316a946.tar.gz CMake-aeb74ae9f9f5289336b2603022cc86cf6316a946.tar.bz2 |
Fix include guard.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmExportTryCompileFileGenerator.h | 4 |
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" |