BUG: goof in new feature fixed

This commit is contained in:
Ken Martin 2005-06-20 16:24:37 -04:00
parent 2735dbe835
commit e6f9ea3d13
1 changed files with 1 additions and 1 deletions

View File

@ -1108,7 +1108,7 @@ void cmMakefile::AddLibrary(const char* lname, int shared,
target_location += "/";
}
target_location += target.GetFullName(this);
target.SetProperty("LOCATION",target_location.c_str());
it->second.SetProperty("LOCATION",target_location.c_str());
// Add an entry into the cache
std::string ltname = lname;