Просмотр исходного кода

Makefile: Fix compilation after parent commit was backported

The CMake 3.2 release branch does not have 'cmAlgorithms.h' and simply
provides 'cmHasLiteralSuffix' in 'cmStandardIncludes.h' instead.
Brad King 10 лет назад
Родитель
Сommit
bfa57c5f80
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      Source/cmMakefileTargetGenerator.cxx

+ 0 - 1
Source/cmMakefileTargetGenerator.cxx

@@ -23,7 +23,6 @@
 #include "cmComputeLinkInformation.h"
 #include "cmCustomCommandGenerator.h"
 #include "cmGeneratorExpression.h"
-#include "cmAlgorithms.h"
 
 #include "cmMakefileExecutableTargetGenerator.h"
 #include "cmMakefileLibraryTargetGenerator.h"