mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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.
This commit is contained in:
@@ -257,9 +257,6 @@ public:
|
||||
{
|
||||
return !this->SkipAssemblySourceRules;
|
||||
}
|
||||
// Get the directories into which the .o files will go for this target
|
||||
void GetTargetObjectFileDirectories(cmTarget* target,
|
||||
std::vector<std::string>& dirs);
|
||||
|
||||
// Fill the vector with the target names for the object files,
|
||||
// preprocessed files and assembly files. Currently only used by the
|
||||
|
||||
Reference in New Issue
Block a user