From e5e0132203ab8b8c2391ad7847cf2204d1e44639 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 17 Sep 2002 10:56:18 -0400 Subject: ENH: Improved implementation of INSTALL_FILES and INSTALL_PROGRAMS commands. Source paths can now be relative or full paths, and don't need to be in the same directory as the CMakeLists.txt file. --- Source/cmInstallProgramsCommand.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Source/cmInstallProgramsCommand.h') diff --git a/Source/cmInstallProgramsCommand.h b/Source/cmInstallProgramsCommand.h index 7a19297a88..1ab5a97738 100644 --- a/Source/cmInstallProgramsCommand.h +++ b/Source/cmInstallProgramsCommand.h @@ -77,7 +77,9 @@ public: cmTypeMacro(cmInstallProgramsCommand, cmCommand); - private: +protected: + std::string FindInstallSource(const char* name) const; +private: std::string m_TargetName; std::vector m_FinalArgs; }; -- cgit v1.2.1