summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-06-01 15:06:25 (GMT)
committerBrad King <brad.king@kitware.com>2015-06-01 15:07:05 (GMT)
commitbfa57c5f80278abc044b7342e81e5aaad82bffab (patch)
treeb7b16ff93c9b6e566196bb2b42c599aedf65eb54 /Source/cmMakefileTargetGenerator.cxx
parentbb6663ca0a73872b063477e92272418b7d49e39b (diff)
downloadCMake-bfa57c5f80278abc044b7342e81e5aaad82bffab.zip
CMake-bfa57c5f80278abc044b7342e81e5aaad82bffab.tar.gz
CMake-bfa57c5f80278abc044b7342e81e5aaad82bffab.tar.bz2
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.
Diffstat (limited to 'Source/cmMakefileTargetGenerator.cxx')
-rw-r--r--Source/cmMakefileTargetGenerator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx
index b7e4e37..e983546 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"