diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-06-05 16:01:30 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-06-05 16:01:30 (GMT) |
commit | fdff8eb300872af8546b738c0ffc4ac704d5feac (patch) | |
tree | ed5c6e5e82c0ecc75d19ef2b2ba86657537eaa51 /Source/cmSystemTools.h | |
parent | d5f80203918c7428c90735c43bce7ed2865bda83 (diff) | |
download | CMake-fdff8eb300872af8546b738c0ffc4ac704d5feac.zip CMake-fdff8eb300872af8546b738c0ffc4ac704d5feac.tar.gz CMake-fdff8eb300872af8546b738c0ffc4ac704d5feac.tar.bz2 |
ENH: move PutEnv to SystemTools
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index 00b4873..0974759 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -337,10 +337,6 @@ public: */ static std::string RelativePath(const char* local, const char* remote); - /** Put a string into the environment - of the form var=value */ - static bool PutEnv(const char* value); - #ifdef CMAKE_BUILD_WITH_CMAKE /** Remove an environment variable */ static bool UnsetEnv(const char* value); |