Fix include guard.
This commit is contained in:
parent
98d6e9ec2d
commit
aeb74ae9f9
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue