summaryrefslogtreecommitdiffstats
path: root/Source/cmServerDictionary.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-11-27 13:51:42 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-11-27 13:52:06 (GMT)
commit08f66764b320efb6b023febb3e2e4787f2e6c976 (patch)
tree051a6bf968d35109bfd56e734337279496322130 /Source/cmServerDictionary.h
parent0c1912e3e58bebe9eb7c6dcac7a478dc607dba66 (diff)
parentafd9a339a1d7cbdf9aafff4ee6c454382e923aa9 (diff)
downloadCMake-08f66764b320efb6b023febb3e2e4787f2e6c976.zip
CMake-08f66764b320efb6b023febb3e2e4787f2e6c976.tar.gz
CMake-08f66764b320efb6b023febb3e2e4787f2e6c976.tar.bz2
Merge topic 'server-target-isGeneratorProvided'
afd9a339 server: return whether or not a target is generator provided Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1475
Diffstat (limited to 'Source/cmServerDictionary.h')
-rw-r--r--Source/cmServerDictionary.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmServerDictionary.h b/Source/cmServerDictionary.h
index 9008783..62dee11 100644
--- a/Source/cmServerDictionary.h
+++ b/Source/cmServerDictionary.h
@@ -95,6 +95,7 @@ static const std::string kCTEST_NAME = "ctestName";
static const std::string kCTEST_COMMAND = "ctestCommand";
static const std::string kCTEST_INFO = "ctestInfo";
static const std::string kMINIMUM_CMAKE_VERSION = "minimumCMakeVersion";
+static const std::string kIS_GENERATOR_PROVIDED_KEY = "isGeneratorProvided";
static const std::string kTARGET_CROSS_REFERENCES_KEY = "crossReferences";
static const std::string kLINE_NUMBER_KEY = "line";