summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-04-27 16:02:32 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-04-27 16:02:32 (GMT)
commit5a5cd54730b586de1b2b769c2e2f32850acf0258 (patch)
tree9c3dccf1c6555c5c24d18fd33c4ec2319efc9448 /Source/cmLocalGenerator.h
parente09e1679abf03b4a6efffa52dba99852a2ccba01 (diff)
downloadCMake-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.h2
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