summaryrefslogtreecommitdiff
path: root/Source/cmExportLibraryDependenciesCommand.cxx
diff options
context:
space:
mode:
authorVitaly Stakhovsky <vvs31415@gitlab.org>2020-05-30 12:00:00 -0400
committerVitaly Stakhovsky <vvs31415@gitlab.org>2020-06-01 08:54:20 -0400
commitb36d1bdd9d235af24af401b671ebfa6e8d65e771 (patch)
treede039085b6deb21dfbe9ee7f4fd64a054d9c1352 /Source/cmExportLibraryDependenciesCommand.cxx
parent67dd68765700bbd6a981700c04f45b28cdc85587 (diff)
downloadcmake-b36d1bdd9d235af24af401b671ebfa6e8d65e771.tar.gz
Single location for cmProp typedef
Diffstat (limited to 'Source/cmExportLibraryDependenciesCommand.cxx')
-rw-r--r--Source/cmExportLibraryDependenciesCommand.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmExportLibraryDependenciesCommand.cxx b/Source/cmExportLibraryDependenciesCommand.cxx
index be632784c5..7f31dd218d 100644
--- a/Source/cmExportLibraryDependenciesCommand.cxx
+++ b/Source/cmExportLibraryDependenciesCommand.cxx
@@ -14,6 +14,7 @@
#include "cmGlobalGenerator.h"
#include "cmLocalGenerator.h"
#include "cmMakefile.h"
+#include "cmProperty.h"
#include "cmStateTypes.h"
#include "cmStringAlgorithms.h"
#include "cmSystemTools.h"
@@ -23,8 +24,6 @@
class cmListFileBacktrace;
-using cmProp = const std::string*;
-
static void FinalAction(cmMakefile& makefile, std::string const& filename,
bool append)
{