summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-09-18 12:47:27 (GMT)
committerBrad King <brad.king@kitware.com>2015-09-18 14:01:25 (GMT)
commit828c05b9f567e0652ebbee6df2799a189ff586fe (patch)
tree94c0e1f15447d5edf18404855349ee4b565f976a /Source/cmSystemTools.h
parentc73fbda66b5985e4ba99499f871ffd19bcf32aaa (diff)
downloadCMake-828c05b9f567e0652ebbee6df2799a189ff586fe.zip
CMake-828c05b9f567e0652ebbee6df2799a189ff586fe.tar.gz
CMake-828c05b9f567e0652ebbee6df2799a189ff586fe.tar.bz2
Ninja: Refactor lookup of cmcldeps location
This executable comes with CMake so just compute its location in cmSystemTools instead of storing it in compiler information modules.
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index d14897f..e88170a 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -426,6 +426,7 @@ public:
static std::string const& GetCMakeCommand();
static std::string const& GetCMakeGUICommand();
static std::string const& GetCMakeCursesCommand();
+ static std::string const& GetCMClDepsCommand();
static std::string const& GetCMakeRoot();
/** Echo a message in color using KWSys's Terminal cprintf. */