Browse Source

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 years ago
parent
commit
bfa57c5f80
1 changed files with 0 additions and 1 deletions
  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"