Sfoglia il codice sorgente

Fix include guard.

Stephen Kelly 10 anni fa
parent
commit
aeb74ae9f9
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      Source/cmExportTryCompileFileGenerator.h

+ 2 - 2
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"