diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-04-27 16:02:32 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-04-27 16:02:32 (GMT) |
commit | 5a5cd54730b586de1b2b769c2e2f32850acf0258 (patch) | |
tree | 9c3dccf1c6555c5c24d18fd33c4ec2319efc9448 /Source/cmLocalGenerator.h | |
parent | e09e1679abf03b4a6efffa52dba99852a2ccba01 (diff) | |
download | CMake-5a5cd54730b586de1b2b769c2e2f32850acf0258.zip CMake-5a5cd54730b586de1b2b769c2e2f32850acf0258.tar.gz CMake-5a5cd54730b586de1b2b769c2e2f32850acf0258.tar.bz2 |
ENH: GetSafeDefinition is now in cmMakefile
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index a301755..412d3ac 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -75,8 +75,6 @@ public: /** Get the full name of the target's file, without path. */ std::string GetFullTargetName(const char* n, const cmTarget& t); - virtual const char* GetSafeDefinition(const char*); - std::string ConvertToRelativeOutputPath(const char* p); // flag to determine if this project should be included in a parent project |