summaryrefslogtreecommitdiff
path: root/Source/cmInstallProgramsCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-08-31 13:20:12 -0400
committerBrad King <brad.king@kitware.com>2006-08-31 13:20:12 -0400
commitf12742d6cdffd62378a4bbf8eeff0c552d2d9093 (patch)
tree47d6106c36cff7c570473b9cf41ed53a2cbbf443 /Source/cmInstallProgramsCommand.h
parent2b33498c03877157faaacaa06f1a5e865b7d8537 (diff)
downloadcmake-f12742d6cdffd62378a4bbf8eeff0c552d2d9093.tar.gz
ENH: Patch from Alex to add IsDiscouraged method for future use in generating separate documentation for old commands. Also modified documentation of MAKE_DIRECTORY and REMOVE commands to indicate they should not be used.
Diffstat (limited to 'Source/cmInstallProgramsCommand.h')
-rw-r--r--Source/cmInstallProgramsCommand.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmInstallProgramsCommand.h b/Source/cmInstallProgramsCommand.h
index 2cd6d1ea59..e922af2f02 100644
--- a/Source/cmInstallProgramsCommand.h
+++ b/Source/cmInstallProgramsCommand.h
@@ -90,6 +90,12 @@ public:
"is stored in the variable CMAKE_INSTALL_PREFIX.";
}
+ /** This command is only kept for compatibility with older CMake versions. */
+ virtual bool IsDiscouraged()
+ {
+ return true;
+ }
+
cmTypeMacro(cmInstallProgramsCommand, cmCommand);
protected: