Просмотр исходного кода

BUG: goof in new feature fixed

Ken Martin 20 лет назад
Родитель
Сommit
e6f9ea3d13
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Source/cmMakefile.cxx

+ 1 - 1
Source/cmMakefile.cxx

@@ -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;