diff options
author | Brad King <brad.king@kitware.com> | 2007-05-25 15:08:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-05-25 15:08:52 (GMT) |
commit | 22a1df057617710ea613d9673314fa81ddb6bbab (patch) | |
tree | 60acda1a8233f445ce6f54a835b0734ced65cd5e /Source/cmInstallFilesCommand.h | |
parent | 92ec498b8c2af31c9baec71885707494f84dfd46 (diff) | |
download | CMake-22a1df057617710ea613d9673314fa81ddb6bbab.zip CMake-22a1df057617710ea613d9673314fa81ddb6bbab.tar.gz CMake-22a1df057617710ea613d9673314fa81ddb6bbab.tar.bz2 |
BUG: Fix FILES mode after recent changes.
Diffstat (limited to 'Source/cmInstallFilesCommand.h')
-rw-r--r-- | Source/cmInstallFilesCommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmInstallFilesCommand.h b/Source/cmInstallFilesCommand.h index 5d7501d..357f343 100644 --- a/Source/cmInstallFilesCommand.h +++ b/Source/cmInstallFilesCommand.h @@ -103,6 +103,7 @@ public: cmTypeMacro(cmInstallFilesCommand, cmCommand); protected: + void CreateInstallGenerator() const; std::string FindInstallSource(const char* name) const; private: |