Fix include guard.

This commit is contained in:
Stephen Kelly 2015-07-27 22:56:13 +02:00
parent 98d6e9ec2d
commit aeb74ae9f9
1 changed files with 2 additions and 2 deletions

View File

@ -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"