diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 7123eb5..6c3d218 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -294,8 +294,6 @@ public: * Add bool variable definition to the build. */ void AddDefinition(const char* name, bool); - ///! Add a definition to this makefile and the global cmake cache. - void AddCacheDefinition(const char* name, bool, const char* doc); /** * Remove a variable definition from the build. This is not valid |