浏览代码

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 年之前
父节点
当前提交
bfa57c5f80
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Source/cmMakefileTargetGenerator.cxx

+ 0 - 1
Source/cmMakefileTargetGenerator.cxx

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