diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2014-11-05 20:39:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-11-14 16:56:33 (GMT) |
commit | 4d1fedf46e9cbdb388728c9a986cbf89db810c73 (patch) | |
tree | 75c9832ec48008941b4064e7430fe40ceef6ac8d /Source/cmGlobalGenerator.h | |
parent | fe5d6e8c0f2e37bac0621a3b976d95c471891f38 (diff) | |
download | CMake-4d1fedf46e9cbdb388728c9a986cbf89db810c73.zip CMake-4d1fedf46e9cbdb388728c9a986cbf89db810c73.tar.gz CMake-4d1fedf46e9cbdb388728c9a986cbf89db810c73.tar.bz2 |
Give the interactive cache editor the USES_TERMINAL property
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index 8a10d38..926efe7 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -385,7 +385,8 @@ protected: void CreateDefaultGlobalTargets(cmTargets* targets); cmTarget CreateGlobalTarget(const std::string& name, const char* message, const cmCustomCommandLines* commandLines, - std::vector<std::string> depends, const char* workingDir); + std::vector<std::string> depends, const char* workingDir, + bool uses_terminal); bool NeedSymbolicMark; bool UseLinkScript; |