diff options
author | Brad King <brad.king@kitware.com> | 2012-02-27 16:45:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-03-06 18:20:17 (GMT) |
commit | 4ae7f3656b6ebe7c878716b95ef5eb3d924d4173 (patch) | |
tree | 712b3d9606c378434e9de91fa4f34096502b03f8 /Source/cmLocalGenerator.h | |
parent | 573fa3bf136e5c780d3dd7e2dc692d52b3eba96d (diff) | |
download | CMake-4ae7f3656b6ebe7c878716b95ef5eb3d924d4173.zip CMake-4ae7f3656b6ebe7c878716b95ef5eb3d924d4173.tar.gz CMake-4ae7f3656b6ebe7c878716b95ef5eb3d924d4173.tar.bz2 |
Remove unused partial OBJECT_FILES property implementation
Remove partial implementation added by commit ca0230a3 (check in initial
conv library stuff, 2007-02-16) since it was never finished. It does
not make sense for multi-configuration generators since no specific
build configuration is processed at CMake time.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 0c5b9d0..97f3ada 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -257,14 +257,6 @@ public: }; FortranFormat GetFortranFormat(const char* value); - /** Return the directories into which object files will be put. - * There maybe more than one for fat binary systems like OSX. - */ - virtual void - GetTargetObjectFileDirectories(cmTarget* target, - std::vector<std::string>& - dirs); - /** * Convert the given remote path to a relative path with respect to * the given local path. The local path must be given in component |