mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
instrumentation: Add Config value to snippet data
This commit is contained in:
@@ -809,8 +809,8 @@ void cmMakefileLibraryTargetGenerator::WriteLibraryRules(
|
||||
vars.TargetSOName = targetOutSOName.c_str();
|
||||
}
|
||||
vars.LinkFlags = linkFlags.c_str();
|
||||
|
||||
vars.Manifests = manifests.c_str();
|
||||
vars.Config = this->GetConfigName().c_str();
|
||||
|
||||
// Compute the directory portion of the install_name setting.
|
||||
std::string install_name_dir;
|
||||
|
||||
Reference in New Issue
Block a user