diff options
author | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2020-05-30 16:00:00 (GMT) |
---|---|---|
committer | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2020-06-01 12:54:20 (GMT) |
commit | b36d1bdd9d235af24af401b671ebfa6e8d65e771 (patch) | |
tree | de039085b6deb21dfbe9ee7f4fd64a054d9c1352 /Source/cmTargetPropertyComputer.h | |
parent | 67dd68765700bbd6a981700c04f45b28cdc85587 (diff) | |
download | CMake-b36d1bdd9d235af24af401b671ebfa6e8d65e771.zip CMake-b36d1bdd9d235af24af401b671ebfa6e8d65e771.tar.gz CMake-b36d1bdd9d235af24af401b671ebfa6e8d65e771.tar.bz2 |
Single location for cmProp typedef
Diffstat (limited to 'Source/cmTargetPropertyComputer.h')
-rw-r--r-- | Source/cmTargetPropertyComputer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmTargetPropertyComputer.h b/Source/cmTargetPropertyComputer.h index 5387e00..f87b7c2 100644 --- a/Source/cmTargetPropertyComputer.h +++ b/Source/cmTargetPropertyComputer.h @@ -8,14 +8,13 @@ #include <string> #include "cmListFileCache.h" +#include "cmProperty.h" #include "cmStateTypes.h" #include "cmStringAlgorithms.h" #include "cmSystemTools.h" class cmMessenger; -using cmProp = const std::string*; - class cmTargetPropertyComputer { public: |