diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-20 19:01:00 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-20 19:01:00 (GMT) |
commit | 202600f95a2fe3c401e7c6ba64a3ce93e2143f88 (patch) | |
tree | 93d636f5451be1aa76e24ff3c4b8442fa8e91695 /Source/cmMakefile.h | |
parent | 571c483ad85a3e820d5ecfa0f4d682f7f678f154 (diff) | |
download | CMake-202600f95a2fe3c401e7c6ba64a3ce93e2143f88.zip CMake-202600f95a2fe3c401e7c6ba64a3ce93e2143f88.tar.gz CMake-202600f95a2fe3c401e7c6ba64a3ce93e2143f88.tar.bz2 |
Add GetLocal on cmMakefile and on local builds do not perform tests
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 959677b..7664d9e 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -515,6 +515,9 @@ public: */ cmCacheManager *GetCacheManager() const; + //! Determine wether this is a local or global build. + bool GetLocal() const; + protected: // add link libraries and directories to the target void AddGlobalLinkInformation(const char* name, cmTarget& target); |