From bfa57c5f80278abc044b7342e81e5aaad82bffab Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 1 Jun 2015 11:06:25 -0400 Subject: [PATCH] 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. --- Source/cmMakefileTargetGenerator.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx index b7e4e3722..e98354653 100644 --- a/Source/cmMakefileTargetGenerator.cxx +++ b/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"