Single location for cmProp typedef

This commit is contained in:
Vitaly Stakhovsky
2020-05-30 12:00:00 -04:00
parent 67dd687657
commit b36d1bdd9d
61 changed files with 62 additions and 28 deletions
-2
View File
@@ -26,8 +26,6 @@
#include "cmSystemTools.h"
#include "cmake.h"
using cmProp = const std::string*;
cmState::cmState()
{
this->CacheManager = cm::make_unique<cmCacheManager>();